Final Commit

Dependencies:   mbed

Revisions of SnakeEngine/SnakeEngine.cpp

Revision Date Message Actions
26:23301f48c1ed 2018-05-08 Tidying 2 no longer incerments food spawn time; File  Diff  Annotate
25:f03439ee32c6 2018-05-08 Tidying up 1; File  Diff  Annotate
24:4b180348826e 2018-05-01 Comments done; File  Diff  Annotate
23:3081be418c89 2018-05-01 Comments in process; File  Diff  Annotate
21:63c5590cb2c2 2018-04-30 No longer increments in steps of 2, init functions work File  Diff  Annotate
20:277e88a8185f 2018-04-30 removing unneccessary global variables; File  Diff  Annotate
19:b437806e579b 2018-04-30 exeptions for set direction debugged, function for set direction seperated into smaller blocks; File  Diff  Annotate
18:406fc298a7c4 2018-04-30 Save Commit File  Diff  Annotate
17:94dd8a691d4a 2018-04-25 segments adding to tail but with gap between each File  Diff  Annotate
16:85ca9feccf3f 2018-04-18 length counter works in conjuction with food/snake head collision detection File  Diff  Annotate
14:c3a435597196 2018-04-12 Snake movement & position incrementation works and is drawn on lcd; Crashes when NE, SE, SW, & NW are selected File  Diff  Annotate
13:72bc2579e85e 2018-04-11 draw function, get position, set position work; When game starts, init position of snake head soesn't work, but did before. Also getting direction to determine position doesn't appear to work File  Diff  Annotate
10:62d8cb7742c3 2018-04-04 Function to set and return direction works in low level test, unable to implement as FSM as of yet. File  Diff  Annotate
9:561e5681b7a6 2018-04-03 Functions to set and return direction of snake head, and position of snake head respectively done but not tested File  Diff  Annotate
8:a2b431b9b3f7 2018-03-22 Function to get random position for food now working; To do next; Snake movement; Snake collision detection; File  Diff  Annotate
7:c38800a428a6 2018-03-21 Initialisation of Food class completed, de-bugged but not tested with testing class; File  Diff  Annotate
2:ea90cec2489a 2018-02-28 Basic structure of .h & .cpp files complete including includes, and constructors/destructors File  Diff  Annotate
1:c3fdbc4b1293 2018-02-28 Basic classes; Snake, Food, & SnakeEngine added but not defined File  Diff  Annotate