Clone the repo to your local system and navigate to the root of the project:
git clone --recursive https://github.com/Ritam727/pi_game_engine.git
cd pi_game_engine/To build the project, run the following commands:
mkdir build
cd build/
cmake .. --preset=debug/release # any one of release or debug
cmake --build . - --j4 Run the application using:
./pi_game_engine # from inside the build folder