calbri / TetrisAVR

CSSE2010 Assignment - Good copy
1 stars 0 forks source link

New Game #7

Closed calbri closed 8 years ago

calbri commented 8 years ago

Add a feature so that if the ‘n’ or ‘N’ key is pressed, a new game is started (at any time – including game over or if the current game is in progress but not if leaderboard initials are being entered for the level 3 feature described below). The board must be cleared and the score reset. Game play should behave as it does for the first game after power-on.

P0ntiff commented 8 years ago

Need to add high score saving later