Version of Robotron arcade game using LPC1768, a Gameduino shield, a serial EEPROM (for high scores), two microswitch joysticks and two buttons plus a box to put it in. 20 levels of mayhem.

Dependencies:   25LCxxx_SPI CommonTypes Gameduino mbed

Revisions of GameRobotRic.cpp

Revision Date Message Actions
17:194789db2215 2013-06-16 New high score entry routines completed and working. File  Diff  Annotate
14:46a353b2a8e8 2013-06-11 Started to modify how high scores are entered but not finished. Currently asks for a name when program first starts. Remove this code later. File  Diff  Annotate
10:bfa1c307c99d 2013-06-09 Changed how levels are represented so that dynamic allocation of memory is used. Maple version couldn't do this. Still only 2 levels. Use EnemyFactory whenever creating or destroying enemies. File  Diff  Annotate
9:fa7e7b37b632 2013-06-09 Sound is now working. Now a complete working game, albeit with only 2 levels. File  Diff  Annotate
6:8bbdb70bc11c 2013-06-08 Player can now fire bullets and they move. Mayhem! File  Diff  Annotate
5:0b0651ac7832 2013-06-08 Now got first real level starting and player can be controlled using joysticks. No bullets, enemies, humans or sound yet. File  Diff  Annotate
4:673eb9735d44 2013-06-08 Pulled in more code. Now panel controls are working. Level 0 (attract mode) now goes round an endless loop sending state of panel controls up serial port to PC. File  Diff  Annotate
3:a6a0cd726ca0 2013-06-07 Abandoned writing serial EEPROM class and used Ser25LCxxx library instead. HighScoreTable class appears to be reading and writing correctly to EEPROM and high scores are displayed correctly. File  Diff  Annotate
2:bb0f631a6068 2013-06-06 More code brought in from Maple version. Now uses fancy character set and displays Robotric logo. Started re-writing I2C EEPROM code as SPI EEPROM code since now using an SPI EEPROM but not finished yet. File  Diff  Annotate
1:dfd5eaaf96a3 2013-06-05 Imported lots more code from the Maple version of the game. Now gets as far as drawing some of the screen for level 0 (the attract mode). Only advises user to operate either joystick to start the game. File  Diff  Annotate
0:5fa232ee5fdf 2013-06-04 Started conversion from Maple version of game. So far Gameduino seems to have been initialised OK and just displays a sign on message. Lots of commented out code. File  Diff  Annotate