The classic dueling tanks game for mbed.

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

Fork of 2035_Tanks_Shell by ECE2035 Spring 2015 TA

Revision:
28:8dbb85f35be6
Parent:
21:edfeb289b21f
diff -r bd55ab4d137c -r 8dbb85f35be6 Bullet/bullet.h
--- a/Bullet/bullet.h	Fri Oct 30 11:08:31 2015 +0000
+++ b/Bullet/bullet.h	Mon Mar 13 00:15:36 2017 +0000
@@ -11,7 +11,7 @@
         
         // (x0, y0) is the position of the bullet at the start of its trajectory.
         int x0, y0;
-        
+        int vy;
         // The components of the bullet's initial velocity.
         float vx0, vy0;