ELEC2645 (2018/19) / Mbed 2 deprecated el17arm

Dependencies:   mbed

Revisions of Level1/Level1.h

Revision Date Message Actions
33:023f57d52b1c 2019-04-10 Miner class changed name to Sprites as more appropriate File  Diff  Annotate
32:5dc769ba4a58 2019-04-10 All sprites and functions now contained in one class File  Diff  Annotate
31:ed5f7f15a1ed 2019-04-10 back up File  Diff  Annotate
28:a38070a1cdcf 2019-04-09 reorganised differently (unfinished) returning to previous version but may return to this one still File  Diff  Annotate
27:e73dd64ef334 2019-04-09 Moving enemies that will kill my character on contact and make him lose a life File  Diff  Annotate
26:bce40bf4c9fc 2019-04-09 created an enemy that will move side to side along a platform. I can control its speed also by making the _x increment in the if statement smaller or larger File  Diff  Annotate
25:7fb1b6fa9137 2019-04-08 Committing this version as suddenly won't move left, reverting to earlier version to find where error has crept in File  Diff  Annotate
24:9c7aca60e374 2019-04-08 the previous 5 seperate key functions now reduced to one. I achieved this using a struct. Now, rather than 5 functions for five keys, one function can call the a key variable from the struct.; ; This makes it simple to change the number of keys needed. File  Diff  Annotate
23:1ee8686af747 2019-04-03 Can call struct created in Levelengine library, proven using printf.; ; Now need to have the bool value of each key called in the key collect function. File  Diff  Annotate
21:7a7a115d910d 2019-04-03 added rudimentary highscore message to terminal (coolterm).; added sound when character jumps File  Diff  Annotate | base