Snake vs Block Game to be run upon K64F.

Dependencies:   mbed

Revision:
55:df0825049171
Parent:
51:387249f9b333
Child:
59:c65a2e933c47
--- a/GameEngine/WinLoose/WinLoose.cpp	Fri Apr 26 19:32:57 2019 +0000
+++ b/GameEngine/WinLoose/WinLoose.cpp	Sat Apr 27 18:56:30 2019 +0000
@@ -51,5 +51,6 @@
         lcd.refresh();
         wait(0.1);
     }
+    lcd.clear();
     //NVIC_SystemReset(); //Software Reset.
 }
\ No newline at end of file