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.cpp

Revision Date Message Actions
149:bd0f37008f5a 2019-05-09 last formatting 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
139:c46a2cef7e09 2019-05-09 adding printf statement. File  Diff  Annotate
137:fe80c0f2da9d 2019-05-09 deleted the spaceman folder. File  Diff  Annotate
134:2da2db5871bd 2019-05-08 deleted the shape of the bullet which used lcd.drawRect because i changed to draw it by sprite functio to look more attractive. 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
128:a3f581b8461c 2019-05-06 include Bullet header file in Alien.cpp File  Diff  Annotate
98:663e584183bf 2019-05-05 make some changes to bullet.h such as adding new variables (int fired_bullet,speed_bullet) also choose to initialize x and y coordinate of bullet in void init function. File  Diff  Annotate
97:58e5b454931f 2019-05-05 added void draw function to draw the alien by using lcd.drawRect. File  Diff  Annotate
96:01434284987f 2019-05-05 due to the changes in Alien.h i re-write the void init function into Alien.cpp. File  Diff  Annotate
92:8a1b14488ca5 2019-05-05 change folder name of class bullet to Bullet. File  Diff  Annotate
91:f9e2ff484014 2019-04-28 added draw sprite to draw the alien in Alien.cpp 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