Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 950 Bytes

README.md

File metadata and controls

30 lines (27 loc) · 950 Bytes

Game - Programming Assignments Private Repository

Student Information

Game Information

  • Game Name: Dragon Flight
  • Game Description: Control flying dragon and avoid obstacles coming toward
  • 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
./game_dragonflight
*side note1: the name of output file can be differ by the name of directory
*side note2: the executable file may not be in the current directory depending which OS you use.
(for the mac users, it might be under "public_dragonflight.app/Contents/MacOS/") 

Screenshots

Playing screen playing screen