ELEC2645 (2018/19) / Mbed 2 deprecated fy14lkaa

Dependencies:   mbed

Revisions of SpaceInvadersEngine/SpaceInvadersEngine.cpp

Revision Date Message Actions
62:0bd9b22ad5ed 2019-04-27 added _bullet.update(); to update the bullet before checking collisions to be able to correct for it before updating the display. File  Diff  Annotate
61:b248d2c31b4f 2019-04-27 added check_goal(pad); function in spaceinvadersengine.cpp File  Diff  Annotate
60:c5f97e0a14eb 2019-04-27 added void update for spaceinvadersengine class. File  Diff  Annotate
59:9e8e8d6be5b2 2019-04-27 added draw function to draw the bullet in spaceinvadersengine.cpp File  Diff  Annotate
58:74742c821522 2019-04-27 added draw function to draw the spaceship in spaceinvadersengine.cpp File  Diff  Annotate
57:45c5de9cefdf 2019-04-27 added draw function for the alien in space invaders engine.cpp . File  Diff  Annotate
56:c8fc0a1f4132 2019-04-26 added void function to check wall collisions in SpaceInvaders.cpp File  Diff  Annotate
55:12faef5bd754 2019-04-26 added void for SpaceInvaderEngine update to update the Alien position File  Diff  Annotate
54:095eae44895b 2019-04-26 added a private variable in SpaceInvaders.h (Alien _A1;) for SpaceInvaders class. File  Diff  Annotate
53:db66345d6755 2019-04-22 added more comments to the bullet.h to explain the private variables member of the bullet class. File  Diff  Annotate
13:9d6ee753eca6 2019-04-19 added a function to draw the alien (lcd.drawRect) by using N5110 and lcd libraries . File  Diff  Annotate
12:45b1249b3d9a 2019-04-15 change the class's name for some functions. File  Diff  Annotate
2:6c1d7aa20e81 2019-04-03 initialise space invaders game parameters ( space ship width, space ship height and ect). File  Diff  Annotate