don't click here

Game I made in assembly

Discussion in 'Engineering & Reverse Engineering' started by Wurly, Apr 10, 2006.

Thread Status:
Not open for further replies.
  1. Wurly

    Wurly

    :| Tech Member
    I made a little game in assembly, and Tweaker suggested I post it. So here it is, with the source and the compiled binary rom. Comments/Suggestions would be appreciated. Enjoy!

    Thanks to drx for his very helpful asm guides

    EDIT: I have updated the game. This new version includes new levels, music, a title screen & more!
     

    Attached Files:

  2. Seven Force

    Seven Force

    Eggman has seized Mobeuis! I wonder what's for din Member
    196
    0
    0
    Wow! For something made in assembly, that is really neat! :)

    Keep practicing at ASM, as what you've produced so far looks very promising. Try adding other mazes, and if you want a real challenge, a random maze generator algorithm.
     
  3. Wurly

    Wurly

    :| Tech Member
    Thanks! It's my first try at making a game in asm.

    There is another maze, and a test Main Menu screen which I will probably use as the main menu. Press A and B to cycle forward and backward between them. As for the algorithm, I had thought about this. I'm probably going to do something like this real soon.
     
  4. Jet

    Jet

    Pending Member
    13
    0
    0
    Nice job. I can tell you put a lot of effort into this. It's not ery often when you see a game made in asm.

    After further review, I found that the 'A' and 'S' Keys stopped working after awhile. Anyway, it's still a cool little game.
     
  5. Wurly

    Wurly

    :| Tech Member
    That's because I didn't init the joysticks right, which even causes them to not even work at all on the hardware. LocalH has already notified me of this, and I'll probably fix it in the next update, but thanks anyway :)
     
  6. Mad Echidna

    Mad Echidna

    Gone Oldbie
    5,219
    0
    0
    Wow, that's actually really cool. A game from scratch! I like the Atari 2600 style graphics :P
     
  7. Wurly

    Wurly

    :| Tech Member
    I have updated the game. Read more about it in the first post.
    Thanks,
    Josh.
     
  8. Jet

    Jet

    Pending Member
    13
    0
    0
    Are there really more levels? The same level looped over and over. Nice music though.

    Edit: spellin'
     
  9. Heran Bago

    Heran Bago

    Ah! It's Puyo battle then. Tech Member
    There are indeed new levels. I am amazed by this. I'm aso really impressed that you aded music. ZOMGOGOMZOMG.
     
  10. ddrmaxromance

    ddrmaxromance

    Member
    477
    0
    0
    Agreed. I like the music that relies on the PSG driver :P (it's very Sega Master System...which is cool). One thing I noticed though is when you reset the game, the note you played last (while playing the game) makes the game music mess up. But once you start playing again, it plays normally.

    Very nice! Something I couldn't do. :thumbsup:
     
Thread Status:
Not open for further replies.