Custom Game Controllers assembled in lab sessions and mounted with Nokia N5110 LCD display and a FRDM-K64F mbed plus various buttons, a joystick, potentiometer and piezo. Designed a game called 'Fruit Basket' to be played on the game controller where the player controls a basket and moves it catch objects that fall from random points along the top of the display to collect score.

Dependencies:   Basket Catch_Model Fruit Gamepad N5110 Objects mbed

Revision:
7:32afc46c30f3
Parent:
5:136b13a9b8b5
Child:
8:1a785bfa4d08
--- a/Project_Submission.cpp	Fri Mar 31 13:45:17 2017 +0000
+++ b/Project_Submission.cpp	Tue Apr 04 16:34:36 2017 +0000
@@ -5,8 +5,8 @@
 
 #define BASKET_Y 41
 #define BASKET_WIDTH 12
-#define BALL_SPEED 2
-#define LIVES 3
+#define BALL_SPEED 3
+#define LIVES 5
 
 //OBJECTS//
 N5110 lcd(PTC9,PTC0,PTC7,PTD2,PTD1,PTC11);