Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 863 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 863 Bytes

Game - Programming Assignments Private Repository

Student Information

  • Name: Patrick Bradshaw

Game Information

  • Game Name: Treasure Hunters!
  • Game Description: Using the mechanics and game goals of Frogger, Treasure Hunters! takes place in an Egyptian setting where the player tries to avoid dangerous cars and alligators to reach the pyramids.
  • Game Design Doc

Compile & Run Instructions

The grader should use the following procedure to compile and run the code:

#Compile Instructions
echo "qmake -project"
echo "qmake"
echo "make"
#Doxygen Instructions
echo "doxygen -g config.txt"
echo "doxygen config.txt"
echo "firefox html/index.html"
#Command to run
echo "./local_folder_name"
Note: The local folder name is whatever name you selected when cloning the repository. The default is game_pbradsha.