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

Dependencies:   mbed

Revisions of main.cpp

Revision Date Message Actions
150:bd02678bfdb1 2019-05-09 finished the games and the last formatting File  Diff  Annotate
149:bd0f37008f5a 2019-05-09 last formatting 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
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
128:a3f581b8461c 2019-05-06 include Bullet header file in Alien.cpp File  Diff  Annotate
127:8bd8cf136f19 2019-05-05 modified the main.cpp due to the previous changes. 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
57:45c5de9cefdf 2019-04-27 added draw function for the alien in space invaders engine.cpp . File  Diff  Annotate
54:095eae44895b 2019-04-26 added a private variable in SpaceInvaders.h (Alien _A1;) for SpaceInvaders class. File  Diff  Annotate
50:f538885a788b 2019-04-22 added comments to space_ship.h to explain the public (accessors and mutators methods) and private (member variables) of space_ship class. File  Diff  Annotate
43:df52eec1a127 2019-04-21 declared a function to return the position of the spaceship in vector2D File  Diff  Annotate
31:5c9309ddf84c 2019-04-20 creating space_ship folder. 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
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
8:eec0d7fc365f 2019-04-14 created the alien folder, starting on defining the class of the alien in alien.h File  Diff  Annotate
5:476696df08dd 2019-04-14 re-create the Space Invaders Engine folder after deleted by mistake. inulde all the classes File  Diff  Annotate
4:13cc179c11c5 2019-04-12 define the x and y positions of the bullet from the space ship. File  Diff  Annotate
3:985fab783b92 2019-04-12 define the x-axis of the space ship and the y-axis File  Diff  Annotate
2:6c1d7aa20e81 2019-04-03 initialise space invaders game parameters ( space ship width, space ship height and ect). File  Diff  Annotate
1:e8c6d93c9122 2019-03-25 creating the enemies and the space ship in sprites function which are defined in 2D array File  Diff  Annotate
0:e2af4c8e462e 2019-03-22 initial commit File  Diff  Annotate