calbri / TetrisAVR

CSSE2010 Assignment - Good copy
1 stars 0 forks source link

High Score #10

Closed calbri closed 8 years ago

calbri commented 8 years ago

Keep track of and display (via the terminal) the high score across several games. (This implies your program can play the game multiple times without having been reset.) You need only store scores in RAM (i.e. they will be reset when the microcontroller is reset) – you do not need to store scores persistently (EEPROM). The current high score must be displayed on each gameover.