- Name: William McNichols
- USC Email: wmcnicho@usc.edu
- Game Name: JASEU
- Game Description: "Just Another Shoot Em' Up"
- Game Design Doc
This is a student project using the QT Framework to build a simple game in C++. It's a Shoot 'Em Up-style similar to the famous 'Space Invaders' game.
qmake -project
qmake
make
In order to generate the doxygen html files the following should be typed:
doxygen -g config.txt
doxygen config.txt
./game_wmcnicho