Revenge of the Mouse

Dependencies:   4DGL-uLCD-SE EthernetInterface Game_Synchronizer LCD_fonts MMA8452 SDFileSystem mbed-rtos mbed wave_player

Fork of 2035_Tanks_Shell by ECE2035 Spring 2015 TA

Files at this revision

API Documentation at this revision

Comitter:
jford38
Date:
Tue Oct 27 18:10:03 2015 +0000
Parent:
15:4b27a3a95772
Child:
17:7bc7127782e4
Commit message:
Just making sure it's still up to date on the TA group.

Changed in this revision

Game_Synchronizer.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/Game_Synchronizer.lib	Mon Oct 26 04:12:35 2015 +0000
+++ b/Game_Synchronizer.lib	Tue Oct 27 18:10:03 2015 +0000
@@ -1,1 +1,1 @@
-http://developer.mbed.org/teams/ECE2035-Spring-2015-TA/code/Game_Synchronizer/#f0e9bc7f1421
+http://developer.mbed.org/teams/ECE2035-Spring-2015-TA/code/Game_Synchronizer/#1c2e370464a9
--- a/main.cpp	Mon Oct 26 04:12:35 2015 +0000
+++ b/main.cpp	Tue Oct 27 18:10:03 2015 +0000
@@ -57,7 +57,7 @@
     sync.filled_rectangle(59, 20, 69, 60, BLACK);
     sync.locate(0,0);
     sync.textbackground_color(SKY_COLOR);
-    sync.puts("Pocket Tanks 2035", sizeof("Pocket Tanks 2035"));
+    sync.puts("Pocket Tanks 2035");
     sync.update();
 }
 
@@ -139,7 +139,7 @@
     while(1) {
         sync.cls();
         sync.locate(i, 6);
-        sync.puts("GAME OVER!\n", sizeof("GAME OVER!\n")); 
+        sync.puts("GAME OVER!\n"); 
         sync.update();  
         (++i) %= 10; 
         wait(0.1);