On Linux/MacOS:
- Install CMake: https://cmake.org/download/
- Clone the repository:
git clone --recurse-submodules https://github.com/TS-Code-Studios/flappy-bird && cd flappy-bird - Create build files:
cmake -B build && cd build - Build the project (using Unix Makefile):
make - Run the executable:
./flappy-bird