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: main.cpp
- Revision:
- 14:8d12bc972cb1
- Parent:
- 13:c20acb3b1adf
- Child:
- 17:4b2a105cdfd8
--- a/main.cpp Fri Jun 05 22:13:33 2020 +0000 +++ b/main.cpp Fri Jun 05 22:31:05 2020 +0000 @@ -22,8 +22,8 @@ #define APPLE_SIZE 2 #define SNAKE_SPEED 1 #define SNAKE_SCORE 0 -#define SNAKE_SNAKEHEIGHT 5 -#define SNAKE_SNAKEWIDTH 5 +#define SNAKE_SNAKEHEIGHT 10 // Keep these equal to give it a square +#define SNAKE_SNAKEWIDTH 10 // Keep these equal to give it a square // structs