Invaders game for the Gameduino

Dependencies:   Gameduino mbed

Revision:
4:e82f4a87df9e
Parent:
2:20a89dc286d5
--- a/main.cpp	Fri Dec 21 13:53:46 2012 +0000
+++ b/main.cpp	Sat Oct 26 22:32:18 2013 +0000
@@ -21,7 +21,7 @@
     GD.begin();
     makeGraphics();
     Coprocessor::reset(samplePlaybackBuffer);
-    //randomSeed(GD.rd(FRAME));
+    randomSeed(GD.rd(FRAME));
     resetGameSounds();
     initGame();
 }