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

Revision:
8:82d88f9381f3
Parent:
7:e72691603fd3
Child:
9:fa7e7b37b632
--- a/Level.h	Sat Jun 08 16:44:54 2013 +0000
+++ b/Level.h	Sat Jun 08 17:51:33 2013 +0000
@@ -28,8 +28,9 @@
   #include "GruntObject.h"
   #include "CrusherObject.h"
   #include "BrainObject.h"
+  #include "MutantObject.h"
+  #include "BlueMeanyObject.h"
 #if 0
-  #include "BlueMeanyObject.h"
   #include "SoundManager.h"
   #include "Sounds.h"
 #endif