ELEC2645 (2017/18) / Mbed 2 deprecated ll13jrm

Dependencies:   mbed

Revisions of Snake/Snake.h

Revision Date Message Actions
18:406fc298a7c4 2018-04-30 Save Commit 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
12:9f2f64016f56 2018-04-09 Snake position is working, and updating through use of gloabal variables; Need to create function to store current direction, and update it File  Diff  Annotate
11:e260c17a0489 2018-04-06 Direction function debugged and test routine run ; Postion function test routine created not run 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
3:50f01159c61d 2018-03-06 Food - accessor, mutator created - failed to return a random x/y value in testing 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