Jump to content
  • entries
    62
  • comments
    464
  • views
    86,899

Ruby Runner: Falling stones and mobile monsters


Guest

686 views

The basis game engine on Ruby Runner is now functional. The rubies and stones now fall, and can even slide sideways. They sometimes slide when they shouldn't, but I should be able to fix that. My original design intention had been to use the LSB of each character code to indicate whether the character was "slippery", but some temp character codes generated for moving items have the bit set when they shouldn't, which messes things up. I think I'll have to simply use a lookup table to allow each character to be declared either "slippery" or not.

 

Here are a couple of screen shots.

 

post-3231-1054149548.gifpost-3231-1054149549_thumb.png

 

And here's the code itself. Difficulty switches control speed; the B/B setting is the second-fastest. Reset freezes the flicker, and Select does a crude restart [game presently does not maintain sync during restart since I just JMP ($FFFC)].

 

Incidentally, the monster's AI is different from other games. If it can go straight, it does. If the spot to the left is vacant, it turns left (sitting still while it does so). Otherwise it turns right (again, while sitting still).

 

I would appreciate feedback from anyone who's tried this game on the CC2.

 

(EDIT) Rel4bin should fix some of the slipperiness problems; also allows the player to collect rubies and push rocks. Physics are a little different from a certain game by First Star Software, but this isn't supposed to be a clone of that.

2 Comments


Recommended Comments

Looks cool. Care to describe the game in more detail, since we can't see it in an emulator?

 

And I see that the rom is 64K; is that the targetted size? How much ROM/RAM does it use? Just curious. :cool:

Link to comment
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...