Laila Al Badwawi 200906179 SpaceInvaders I declare this my own independent work and understand the university rules on plagiarism.

Dependencies:   mbed

Revisions of Spaceship/Spaceship.cpp

Revision Date Message Actions
149:bd0f37008f5a 2019-05-09 last formatting File  Diff  Annotate
145:e060e890c725 2019-05-09 formatting the SpaceEngine.cpp File  Diff  Annotate
142:92f277a3e7e6 2019-05-09 publish the docs File  Diff  Annotate
141:02858e82c9cc 2019-05-09 added more comments on the alien.cpp File  Diff  Annotate
140:e389918735a7 2019-05-09 added comments in spaceship.cpp File  Diff  Annotate
139:c46a2cef7e09 2019-05-09 adding printf statement. File  Diff  Annotate
138:66befaefb27e 2019-05-09 created Spaceship folder and copied the Spaceship.h and Spaceship.cpp from revision as by mistake i deleted the folder instead of spaceman folder. File  Diff  Annotate
136:58f393968aa3 2019-05-08 formatting File  Diff  Annotate
135:cf08bb4bdee9 2019-05-08 deleted the shape of the spaceship(rectangle) and added the sprite instead to make it more attractive.; File  Diff  Annotate
133:eed60548d170 2019-05-08 choose the alien to move randomly by using srand function. File  Diff  Annotate
132:3021192deea0 2019-05-06 added void functions in spaceship.cpp File  Diff  Annotate
131:2084e4a8338f 2019-05-06 added void function (read input) , void function to add the score when the bullet hits the alien and an accessor method to return the scores spaceship.h File  Diff  Annotate
130:4ce67451d0c1 2019-05-06 added printf statement to the spaceship.cpp File  Diff  Annotate
111:e9a048d06690 2019-05-05 added a mutator function to set the position of the spaceship at x-coordinate and y-coordinate File  Diff  Annotate
110:755a3a75d9b0 2019-05-05 added accessors methods to get the position of spaceship at x_corridante and y_corridante . File  Diff  Annotate
109:2137a6a63840 2019-05-05 added if statements to update the position of the spaceship where it moves to the north and the south using the joystick. File  Diff  Annotate
108:ca888bb3ed54 2019-05-05 added a new void update function to update the positions of the spaceship. File  Diff  Annotate
107:83b0bc100600 2019-05-05 deleted the void draw function that used lcd.drawSprite to void function to draw the spaceship by using lcd.draeRect. File  Diff  Annotate
106:73d5d818ae7d 2019-05-05 change the class constructor and destructor and added a new void init function to include the new parameters as it has been modified. File  Diff  Annotate
105:b206078335a3 2019-05-05 added private member in Spaceship.h speed_spaceship. File  Diff  Annotate | base