Dependencies:   mbed

Revision:
23:ad9ac069e751
Parent:
22:76bb0f52be8b
Child:
25:467d8fd0fec4
diff -r 76bb0f52be8b -r ad9ac069e751 main.cpp
--- a/main.cpp	Mon May 25 13:08:00 2020 +0000
+++ b/main.cpp	Mon May 25 13:12:31 2020 +0000
@@ -85,6 +85,7 @@
     lcd.clear();
 }
 void game_loop() {
+    game.init();
     wait(0.2); //debounce
     game.play();
     lcd.clear();