Skip to content

rhao/space_invasion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game - Programming Assignments Private Repository

Student Information

Game Information

  • 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)

Compile & Run Instructions

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"

About

Space Invasion game made for CSCI 102 class.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages