Tien Dinh (dinh0080)
Dan Shervheim (sherv029)
The game engine (GEFS) was written by Dr. Stephen J. Guy, we have made some small modifications to the shader codes.
To build the project, run the following commands in the repository directory:
mkdir build
cd build
cmake ..
make
cd ..To start the game, run:
cd GEFS
./engine scenes/Chess/Note: The / after Chess is important.