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
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Direction4.h	Sat Jun 08 17:51:33 2013 +0000
@@ -0,0 +1,22 @@
+/*
+ * SOURCE FILE : Direction4.h
+ *
+ * Definition of enumeration Direction4.
+ *
+ */
+
+#ifndef Direction4Defined
+
+  #define Direction4Defined
+
+    enum Direction4 {
+        UpDir4,
+        RightDir4,
+        DownDir4,
+        LeftDir4,
+    };
+
+#endif
+
+/* END of Direction4.h */
+