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

Dependencies:   mbed

Revisions of Alien/Alien.h

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
143:171bd2687a03 2019-05-09 added more comments on bullet.cpp File  Diff  Annotate
137:fe80c0f2da9d 2019-05-09 deleted the spaceman folder. File  Diff  Annotate
133:eed60548d170 2019-05-08 choose the alien to move randomly by using srand function. File  Diff  Annotate
130:4ce67451d0c1 2019-05-06 added printf statement to the spaceship.cpp File  Diff  Annotate
129:a5b90c497f9c 2019-05-06 adding anew private variable which is hit_enemy and added if statement in Alien update function in Alien.cpp File  Diff  Annotate
127:8bd8cf136f19 2019-05-05 modified the main.cpp due to the previous changes. File  Diff  Annotate
95:1b43f9c332bc 2019-05-05 change some of the variables of the void function such as x to x_alien and added new variables such as speed_alien and y_alien File  Diff  Annotate
92:8a1b14488ca5 2019-05-05 change folder name of class bullet to Bullet. File  Diff  Annotate
52:84e89553c606 2019-04-22 added comments to bullet.h to explain the public and private members of bullet class. File  Diff  Annotate
51:cb644365d9a3 2019-04-22 added comments on Alien.h to explain the public and private member of the class Alien. File  Diff  Annotate
28:4786e81ce3e3 2019-04-20 declared an accessor function [Vector2D get_pos();] to return the position of the bullet. File  Diff  Annotate