Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Diff: SnakeEngine/SnakeEngine.h
- Revision:
- 8:59b01b57f0da
- Parent:
- 7:24a3f13ce36d
- Child:
- 9:f3259d652208
diff -r 24a3f13ce36d -r 59b01b57f0da SnakeEngine/SnakeEngine.h
--- a/SnakeEngine/SnakeEngine.h Sun May 31 14:12:45 2020 +0000
+++ b/SnakeEngine/SnakeEngine.h Sun May 31 16:06:31 2020 +0000
@@ -34,8 +34,10 @@
int score;
int _nbody;
int _food_size;
+ bool _gameover;
+ void collison(Gamepad &pad, N5110 &lcd);
void eat_food(Gamepad &pad);
- void collison
+
Head _h;
Body _b;
Food _f;