Basic game using accelerometer and LCD screen. You can move and dodge asteroids coming from both left and right. There is no scoring at the moment.

Dependencies:   C12832 FXOS8700Q mbed-rtos mbed

Revision:
1:c6734b909bf0
Parent:
0:9ec880239b3c
--- a/main.cpp	Mon Feb 15 18:18:16 2016 +0000
+++ b/main.cpp	Tue Feb 16 22:25:42 2016 +0000
@@ -3,6 +3,6 @@
 int main(void)
 {
     Game *g = new Game();
-    g->loop(); 
+    g->loop();
     delete g;
 }
\ No newline at end of file