Random Terrain, on Thu Feb 16, 2012 12:06 PM, said:
Lodmot, on Thu Feb 16, 2012 11:52 AM, said:
Any suggestions or small ideas for the game? 0:
Does the game play by itself if the title screen sits there for a while?
Can the player choose to start the game using the fire button or the reset switch?
Is there a two-second pause at the end of the game, and after that, can the player play again by pressing the fire button?
Has the fire button and reset switch been
debounced?
Well, the way it works as of now is this:
-- There isn't a pre-recorded or automated game demo if you sit at the titlescreen for a while. It just stays at the titlescreen and loops the music.
-- At the titlescreen, you press the Fire button to go to the player mode select menu, which from there will take you to the game.
-- At any time during a game (1P or 2P), pressing the reset switch will bring the game back to the titlescreen, clearing all variables, etc.
-- At the Game Over loop, (when the frowny face is shown), a timer is set which will send you back to the titlescreen. You cannot press
buttons to skip this, you have to wait for the timer. I had to make it like this so the fire button doesn't cause the titlescreen to be skipped
immediately after the Game Over loop.
-- When you beat a level, you get a green smiley face, which runs on a timer, and then the game will automatically bring you to the next level.
-- After each match in a 2P VS game, it starts a new match. The 2P mode will go on forever until the players decide to stop playing. XD
Edited by Lodmot, Thu Feb 16, 2012 12:17 PM.