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:
11:2ddaf46e95cb
Parent:
10:bfa1c307c99d
--- a/EnemyFactory.cpp	Sun Jun 09 19:34:56 2013 +0000
+++ b/EnemyFactory.cpp	Sun Jun 09 19:58:49 2013 +0000
@@ -8,7 +8,7 @@
 #include "EnemyFactory.h"
 
 // Define this for debugging messages.
-#define CHATTY
+#undef CHATTY
 
 #ifdef CHATTY
     #include "mbed.h"