GoSub for 12/3/2006
I've been tinkering with the game yesterday, and here it is so far. I've added the mini-game (which is like Ants, but with no timer.) I have 881 bytes left in bank 1 and 910 bytes left in bank 2. So I'll be adding more mazes in bank 2, and tinkering with the game (most of which is in bank 1.) For those of you who don't know bBasic, all the mazes (which are playfield commands) must be kept in the last bank (which, in the case of an 8k game, would be the second bank.) 2k and 4k games have only one bank, so you can put them anywhere you please. I'm used to programming 4k games, so putting the playfield commands in the last bank is kinda different for me.
New stuff:
- Changed the 'Gosub' logo so it changes color (doesn't change color if it's set to B&W)
- tried to center GoSub logo and submarines.
- added actual minigame
- worked a little bit more on instructions.
- minigame works in B&W mode as well as in color.
Same ol' same ol':
- Still bugs in the score.

3 Comments
Recommended Comments