Game entry for the Game Programming Contest sponsored by OutrageousCircuits.com (RETRO Game Console)

Dependencies:   mbed

Fork of Official_RETRO by GHI Electronics

Revision:
4:2d41b942a823
Parent:
2:6ab46f2e851a
--- a/Main.cpp	Sat Feb 14 11:40:55 2015 +0000
+++ b/Main.cpp	Sun Mar 01 09:34:29 2015 +0000
@@ -2,11 +2,10 @@
 
 #include "Game.h"
 
-int main() {
+int main()
+{
     Game game;
-        
-    game.showSplashScreen();
-    
+
     while (true)
         game.tick();
 }
\ No newline at end of file