- I'll get to finishing the Readme later, I promise :)
This project uses CMake as the primary method of compiling and building. It includes a makefile in the root of the project to make the use of CMake streamlined and only a single command to build.
- First time build
make setup
make
- Subsequent builds
make
NOTE: If you wish to manually run the project after building, the game executable is located at build/game.exe