new mods upon mods by devhammer: - Added paddle control using tilting of the console - Finished mute function - Reduced flickering See game.cpp for full info.

Dependencies:   mbed

Fork of RETRO_Pong_Mod by G. Andrew Duthie

This is a mod of the official Pong game released with the RETRO game console.

Revision:
2:6ab46f2e851a
Parent:
1:cd8a3926f263
--- a/Main.cpp	Mon Nov 17 19:51:24 2014 +0000
+++ b/Main.cpp	Fri Nov 21 20:13:10 2014 +0000
@@ -7,9 +7,6 @@
         
     game.showSplashScreen();
     
-    while (true) {
+    while (true)
         game.tick();
-        
-        wait_ms(25);
-    }
 }
\ No newline at end of file