Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 930 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 930 Bytes

Game - Programming Assignments Private Repository

Student Information

Game Information

  • Game Name: Birds
  • Game Description: Use the mouse and your pet to catch birds flying in different directions.
  • Game Design Doc

Compile & Run Instructions

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

#Compile Instructions
$ qmake -project
$ qmake
$ make
#Doxygen Instructions
$ doxygen -g config.txt
$ doxygen config.txt
#Command to run
./INSERT-PARENT-FOLDER-NAME

Screenshots

alt text

alt text

Liscence

See file in repo called "LISCENCE"