- Name: Rebecca Hao
- USC Email: [email protected]
- USC ID: 1042321424
- Game Name: Space Invasion
- Game Description: Travel through space avoiding aliens, collecting gold coins, and more! Use the arrow keys to move the astronaut up and down. After colliding with a coin, the astronaut's score will be increased by ten points. After a money bag, the score will be increased by fifty points and the player becomes invincible to everything except coins. After an alien, the player loses a life. After a doctor, the player gains a life. After a turtle, the game slows down, making it easier for the astronaut to navigate around or towards the objects.
- Game Design Doc
- License: GNU General Public License (See LICENSE.md)
People should use the following procedure to compile and run the code:
#Compile Instructions
echo "qmake -project"
"qmake"
"make"
#Doxygen Instructions
echo "doxygen -g config.txt"
"doxygen config.txt"
#Command to run
echo "./space_invasion"