Matis Requis 201241242

Dependencies:   mbed

Tempest Game

Game Screen

https://os.mbed.com/media/uploads/MatisRequis/tempest_board_wiki.png The board is made of 12 columns. The Hero stays at the top of the column

Game Controls

https://os.mbed.com/media/uploads/MatisRequis/gamepad_buttons.png

To control the hero spaceship point the joystick to the column you want the hero to go to.

Press the A button to shoot a bullet in the column you are currently in.

Revision:
12:1f1907ebebeb
Parent:
10:2ae9d4145410
--- a/TempestEngine/TempestEngine.cpp	Wed May 27 05:44:34 2020 +0000
+++ b/TempestEngine/TempestEngine.cpp	Wed May 27 05:53:03 2020 +0000
@@ -14,7 +14,7 @@
     _alienspeed = 6;
     _score = 0;
     _herolives = 3;
-    _shooting_speed = 5
+    _shooting_speed = 5;
     }
     
 //draws all the elemnts