Snake vs Block Game to be run upon K64F.

Dependencies:   mbed

Revision:
31:6566026b4c6a
Parent:
30:461231877c89
Child:
36:dfdd619874ae
--- a/Blocks/Blocks.cpp	Mon Apr 15 06:00:01 2019 +0000
+++ b/Blocks/Blocks.cpp	Mon Apr 15 06:27:23 2019 +0000
@@ -92,9 +92,9 @@
 int Six[11][15] = {
     {0,1,1,1,1,1,1,1,1,1,1,1,1,1,0},
     {1,0,0,0,0,0,0,0,0,0,0,0,0,0,1},
-    {0,0,0,0,0,0,0,0,1,1,0,0,0,0,0},
-    {0,0,0,0,0,0,0,1,0,0,0,0,0,0,0},
+    {0,0,0,0,0,0,0,1,1,1,0,0,0,0,0},
     {0,0,0,0,0,0,1,0,0,0,0,0,0,0,0},
+    {0,0,0,0,0,1,0,0,0,0,0,0,0,0,0},
     {0,0,0,0,0,1,1,1,1,0,0,0,0,0,0},
     {0,0,0,0,0,1,0,0,0,1,0,0,0,0,0},
     {0,0,0,0,0,1,0,0,0,1,0,0,0,0,0},