
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.
Fork of RETRO_Pong_Mod by
This is a mod of the official Pong game released with the RETRO game console.
Main.cpp
- Committer:
- maxint
- Date:
- 2015-01-15
- Revision:
- 4:9ad3bc45b6ce
- Parent:
- 2:6ab46f2e851a
File content as of revision 4:9ad3bc45b6ce:
#include "mbed.h" #include "Game.h" int main() { Game game; game.showSplashScreen(); while (true) game.tick(); }