project for 2035

Dependencies:   mbed wave_player 4DGL-uLCD-SE MMA8452

Revision:
7:1912b4a2e4fe
Parent:
6:492048165bba
Child:
8:2e18a96e0c77
--- a/snake.cpp	Tue Nov 24 11:10:42 2020 +0000
+++ b/snake.cpp	Tue Nov 24 11:21:33 2020 +0000
@@ -8,12 +8,5 @@
 
 void snake_init (Snake * s)
 {
-    s->head_x = 10;
-    s->head_y = 10;
-    s->head_px = 0;
-    s->head_py = 0;
-    s->length = 2;
-    s->locations[0]->x = 0;
-    s->locations[0]->y = 0;
-    s->score = 0;
+
 }