
Final Commit
Dependencies: mbed
SnakeEngine/SnakeEngine.h@1:c3fdbc4b1293, 2018-02-28 (annotated)
- Committer:
- JRM1986
- Date:
- Wed Feb 28 14:58:21 2018 +0000
- Revision:
- 1:c3fdbc4b1293
- Child:
- 2:ea90cec2489a
Basic classes; Snake, Food, & SnakeEngine added but not defined
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
JRM1986 | 1:c3fdbc4b1293 | 1 | /** My Sample Class |
JRM1986 | 1:c3fdbc4b1293 | 2 | * @brief Class that initialises and defines the game charectoristics ready for the main file |
JRM1986 | 1:c3fdbc4b1293 | 3 | * @author Joshua R. Marshall |
JRM1986 | 1:c3fdbc4b1293 | 4 | * @date Feb, 2018 |
JRM1986 | 1:c3fdbc4b1293 | 5 | * |