Skip to content

USC CSCI 102 - Spring 2013 - final project. My implementation of obstacle avoiding game.

License

Notifications You must be signed in to change notification settings

kyuhyunc/game_dragonflight

Repository files navigation

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

About

USC CSCI 102 - Spring 2013 - final project. My implementation of obstacle avoiding game.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published