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

Dependencies:   mbed

Fork of Official_RETRO by GHI Electronics

Revision:
3:7680307a02d7
Parent:
2:6ab46f2e851a
Child:
4:2d41b942a823
--- a/Game.cpp	Fri Nov 21 20:13:10 2014 +0000
+++ b/Game.cpp	Sat Feb 14 11:40:55 2015 +0000
@@ -94,7 +94,7 @@
         
     this->paddleX = DisplayN18::WIDTH / 2 - Game::PADDLE_WIDTH / 2;
     this->pwmTicksLeft = 0;
-    this->lives = 4;
+    this->lives = 10;//4;
     
     this->pwm.period_ms(1);
     this->pwm.write(0.00);