Jump to content

The Southsider

  • entries
    81
  • comments
    767
  • views
    138,547

Star Castle Mines


cd-w

1,769 views

Here is another small update to my Star Castle demo on the 2600:

  • The mines now follow you around the screen. They will reset to the centre if they go off screen.
  • You can shoot the mines, and collisions between the ship and mines are detected (the screen will flash).
  • Ship rotation is now much slower.

There are still a few issues with the ship and mines at the edges of the screen, but I'll fix these later. The mines are flickered at 20Hz so that 3 can be displayed. The flicker would be less annoying if the size was reduced (to the same size as the bullets), but then they would be nearly impossible to shoot. Let me know if you think the mines are too large and/or annoying?

 

blogentry-6563-0-79652900-1326748072.png

 

I have done a lot of code optimising in this revision. Hopefully I now have enough spare cycles to do the collision detection between the bullet and rings as this is the main missing piece. I have cut the game down to 1 bullet on screen. This may increase later, but for now it makes the collision detection more manageable.

 

The (very messy) source code and binary are included below. Let me know if you have any suggestions?

 

Chris

 

starkernel5.bin

starkernel5.zip

5 Comments


Recommended Comments

Fortunately the arcade version always bounces the ship off the outer ring also, so I'm going to leave this as a "feature" :)

Link to comment

Ah, the flashing effect reveals HMOVE blanks. I'm guessing the rings would be difficult to draw with HMOVE on cycle 73?

Link to comment

I don't think it is possible to avoid the HMOVE bars as there is no way to do both +8 and -8 on cycle 73. However, since the bars alternate on different frames I don't think it looks too bad? I probably won't use the flash effect in the actual game, so the bars will remain better hidden.

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...