- Name: Daria Caraway
- USC Email: [email protected]
- USC ID: 7774653052
- Game Name: Mario's Coin Collector
- Game Description: Use the keyboard to move mario to get the coin while avoinding the shells.
- Game Design Doc
- Qt Creator was used to make this game, and will be needed to compile.
- Doxygen must also be used to run the doxygen instuctions to generate html files containing class documentations.
#Compile Instructions
qmake -project
qmake
make
#Doxygen Instructions
doxygen -g config.txt
doxygen config.txt
#Command to run
./coin_collector
License information can be found in here