- This is the indie game project based on SFML GUI and ECS design pattern
- The project is inspired by the COMP4300 Game Programming open couse delivered by Dr. Dave Churchill
- Make sure you have installed cmake and SFML installed on your local machine
- MacOS (example)
- To install cmake
brew install cmake - To install SFML
brew install sfml
- To install cmake
- MacOS (example)
- To build, run the following command
mkdir build
cd build
cmake ..
cmake --build .- To run the game, run
GEO_WARunder thebuilddirectory