Jump to content
  • entries
    657
  • comments
    2,692
  • views
    898,498

2 player


SpiceWare

1,767 views

  • 2 player mode. Only alternating at this time
  • in 2 player mode, PLAYER 1 or PLAYER 2 will scroll across the screen when a player starts his turn
  • each player has their own set of asteroids
  • both players last score now shows in menu
  • new asteroid color menu option. Choices are multi-color, white, blue, and green
  • new ROM saving routine that "vectorizes" some of the asteroids into Display Data RAM when the game first starts1

Revisions to main menu

blogentry-3056-0-55774400-1339300148_thumb.png

 

Player 1 about to start

blogentry-3056-0-16344900-1339300155_thumb.png

 

Player 2 about to start

blogentry-3056-0-07914600-1339300162_thumb.png

 

 

1 if you're seeing half vector and half solid asteroids then you need to update to Stella version 3.7.1

 

ROMs

spacerocks20120609_NTSC.bin

spacerocks20120609_PAL.bin

 

Source

spacerocks20120609.zip

6 Comments


Recommended Comments

It looks good. What would it look like if you didn't use the lives digits for this, and just rotated through the two scores? It might smooth it out a bit more, as there is just a little bit of jerkiness where the missing digits between lives and score are. Jumping from score to score doesn't seem so bad though. :)

Link to comment

Yes, all sound effects will eventually be replaced and additional sound effects (like engine thrust) will be added. It'll probably be a while though, my folks are moving in next month so I'm busy making space for them.

 

Dad's company is shutting down their base in Equatorial Guinea, so my folks are moving in while they wait for their household to get shipped back to the states. I have a guest room, but right now it's set up with a couple luggage racks for weekend guests - the closet is jam packed with holiday boxes, camping gear, etc so it's not conducive to long-term company. I've starting going through all of my closets getting rid of stuff and consolidating boxes so I can empty out the guest room closet to provide them with space for their stuff.

 

 

Yeah, was thinking that it was a bit "jumpy" myself, but it was getting late so I wanted to have a stopping point. I already changed it this morning and it looks better w/out scrolling through lives digits. I've also revised the new Color option's asteroid image so there's more asteroids and a better variety of colors, which makes it a lot clearer on what the option does. The player's ships and saucers now follow the color setting, still working on making the score's color bars follow suit.

Link to comment

Hia SpiceWare,

 

I just created an account to say thank you for this amazing remake !!

If I must find a fault I'd say that the font that is used for the score and players isn't fitting with the rest of the game style....the menu font on the other hand is exellent !

Link to comment

And they were in Mexico, for 10 years, before Trinidad. Sadly their stay in EQ was cut short so I didn't get to make it over there.

 

 

Thanks kigiam! For technical reasons the "font" in the score/lives display has to be drawn that way in order to get 14 digits without flicker. Omegamatrix came up with the routine. The trick to get the Atari to display 14 digits doesn't leave enough time to also change those digits. The way around that is to draw a bunch of 8's in the shape of a seven-segment display, then use the playfield pixels to hide segments that need to be turned off. Instead of 14 updates to change each digit, only 6 updates are needed to change the playfield. The routine itself is posted here. There's only a single CPU cycle left (out of the 76 cycles per scanline), so there's no way that 8 more updates (at 5 cycles per update, or 40 cycles) could be accomplished. In that routine the extra cycle is "wasted" by using sta.w (takes 4 cycles) instead of sta (takes 3 cycles).

 

The last scores shown in the menu are just temporary - they're going away once I add demo-mode as the last scores will be visible then. That will make room for some potential new menu options.

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