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: move/Move.h
- Revision:
- 3:ccbda43c2124
- Parent:
- 2:c7976a633ba0
- Child:
- 4:0f2006e9c8f8
--- a/move/Move.h Wed May 08 22:17:34 2019 +0000 +++ b/move/Move.h Wed May 08 22:18:51 2019 +0000 @@ -5,11 +5,7 @@ #include "N5110.h" #include "Gamepad.h" -/** Move Class -@brief Class for main engine for the snake game -@author Zhou Jiaxin -@date 8th May 2019 -*/ + /** Snakebody struct */ struct SnakeBody{ @@ -25,6 +21,11 @@ char b;/**< char for y coordinate for food position*/ }; +/** Move Class +@brief Class for main engine for the snake game +@author Zhou Jiaxin +@date 8th May 2019 +*/ class Move {