User Tag List

Results 1 to 3 of 3

Thread: MMF2 project Centipede

  1. #1
    Clicker Fusion 2.5 DeveloperiOS Export ModuleUnicode Add-on
    daryuss's Avatar
    Join Date
    Apr 2012
    Location
    Italy
    Posts
    241
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    MMF2 project Centipede

    Centipede is a vertically-oriented shoot 'em up arcade game produced by Atari, Inc. in 1981

    Centipede_arcade.png

    This game was programmed by George Edward Logg, Dave Theurer, Edward Rotberg and Dona Bailey (the first woman video games programmer in history, perhaps she should be the only one, knowing that they are considered "game designers" today).
    Although structure of the game may seem simple, due to the lack of content, behind that nice worm is hiding a code laborious and complex.
    We know that is impossible to clone arcade games reprogramming the code, except when emulation.
    We only can make a decent conversion.
    With the latest software, we can satisfy the whim of recreate a game of this kind without complex languages knowledge (assembler, C+, basic etc.).
    But engaging in similar attempt, always there are difficulties which block the construction of the game conversion.
    I tried to program all general events as the original.
    But I'm stuck because I cannot create this event:

    Centipede_mmf2_event_how_to.jpg

    The movement of the worm with its segments which follow the head, is made via an array object that writes the movement of the head and the size of the worm.

    This is my project shared with centipede movement example:

    -download project-

  2. #2
    Clicker Fusion 2.5 DeveloperiOS Export ModuleUnicode Add-on
    daryuss's Avatar
    Join Date
    Apr 2012
    Location
    Italy
    Posts
    241
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    No one can help me to complete this project? (thinking about it, arcade games are popular culture. Would not be nice to collect more tutorials with the secrets to convert them easily?)

    -Nivram: How are you?
    -ChrisBurrows: Are you still attending this community?
    -Jeff: If someone uses my shared project to make games for adults replacing small sprites with inappropriate, I say in advance I am not guilty! (be my protector!!!black-fbi-dude-md.gif) to be clear, take this as an example!

  3. #3
    Clicker Fusion 2.5 DeveloperiOS Export ModuleUnicode Add-on
    daryuss's Avatar
    Join Date
    Apr 2012
    Location
    Italy
    Posts
    241
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    A year ago or so, I asked for help to create a conversion of centipede (simple game, but one of the toughest to be programmed for the code that is behind the worm). For some time I have resumed again, but this is the most I've been able to accomplish:

    In the file zip there is also a worm movement example and images of sprites ready to be edited.

    Download here

Similar Threads

  1. MMF2 Project Pac-Man.
    By daryuss in forum Multimedia Fusion 2 - Technical Support
    Replies: 30
    Last Post: 2nd March 2020, 11:01 AM
  2. Centipede style movement in iOS
    By mobichan in forum iOS Export Module Version 2.0
    Replies: 7
    Last Post: 3rd June 2012, 09:42 PM
  3. Centipede movement example.
    By UltimateWalrus in forum File Archive
    Replies: 1
    Last Post: 14th May 2010, 10:05 PM
  4. Tron/Snake/Centipede game??
    By rssit09 in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 18th July 2009, 09:12 AM
  5. Centipede Movement
    By RickyRombo in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 25th November 2008, 12:17 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •