Final Submission. I have read and agreed with Statement of Academic Integrity.

Dependencies:   mbed Gamepad N5110 Joystick

Revision:
4:0fc3441556e1
Parent:
3:660de4311976
Child:
10:aedca0082855
--- a/Snake/Snake.h	Thu May 09 00:19:35 2019 +0000
+++ b/Snake/Snake.h	Thu May 09 07:26:07 2019 +0000
@@ -20,7 +20,6 @@
     void set_snake_posY(int snake_posY);
     int get_snake_posX(); //accessors
     int get_snake_posY();
-    //void snake_move();
     void draw_food(N5110 &lcd);
     void set_food_posX(int food_posX); // mutators
     void set_food_posY(int food_posY);