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:
7:94bc3e21d664
Parent:
6:037dfa5064a1
Child:
9:759b419fec3b
--- a/TempestEngine/TempestEngine.h	Mon May 25 07:46:48 2020 +0000
+++ b/TempestEngine/TempestEngine.h	Mon May 25 09:08:25 2020 +0000
@@ -28,7 +28,7 @@
     //////////////////OBJECTS////////////////////
     Board _board;
     Hero _hero;
-    Gamepad _pad;
+    
     
     /////////////////VARIABLES////////////////
     int _column_amount;