Jump to content
  • entries
    4,949
  • comments
    2,718
  • views
    1,808,912

Bones is hard.


atari2600land

456 views

I worked on Boney McBones again. I had an idea to make the bug you shoot with not go back to the center screen. When all four bugs are dead, just have them either be to the extreme left or right of the screen, that way they don't touch the center when they respawn. But actually coding it was hard to do because the game's code was apparently perfect before I went and ruined it. Well, it took me a few hours to refix it so it works again. I tried various stuff, but it wasn't working. So what I did was have the old code be there as well as the new code. This kind of made sense because Odyssey 2 code is in 256 byte chunks called pages, and you can only jump to another page by either using "jmp" or "call". "Call" needs a "ret" (it's like the "gosub" command in Basic). So since version 7 worked, I just added on to it leaving the old code, modifying it just a little to make version 8. But since I have the old useless code in there, I only have 482 bytes left to make changes (I've used 1,566 out of a possible 2,048 bytes). So that's what I did. I'm not sure whether or not to make the bugs go faster as the time goes on, since nobody has commented on the game's mechanics so far. I also made a website for the game. A link is in my signature.

0 Comments


Recommended Comments

There are no comments to display.

Guest
Add a comment...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...