issues
search
realTobby
/
SpaceInvaders
SpaceInvader game made with C++ and SFML
GNU General Public License v3.0
3
stars
1
forks
source link
Making the game look more like this
#5
Open
realTobby
opened
3 years ago
realTobby
commented
3 years ago
How?
create 5 rows of enemies (have to scale them down a bit)
create 4 spaced out hiding spots for the player
make the enemies shoot at the player
move the ui elements to the top of the screen
implement live system (3 lives to begin with)
implement ufo that spawns rarely and when hit gives 500 points
How?