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:
4:8e3ba8d6d915
Parent:
3:54132cf073d7
Child:
7:94bc3e21d664
diff -r 54132cf073d7 -r 8e3ba8d6d915 Board/Board.cpp
--- a/Board/Board.cpp	Thu May 21 07:10:22 2020 +0000
+++ b/Board/Board.cpp	Fri May 22 10:29:49 2020 +0000
@@ -33,7 +33,7 @@
     lcd.drawLine(62,44,49,31,1);
     
     lcd.drawLine(48,44,44,31, 1);
-    lcd.drawLine(45,44,39,31, 1);
+    lcd.drawLine(35,44,39,31, 1);
     
     lcd.drawLine(21,44,34,31,1);