A dodging game.
- Clang or GCC compiler
- CMake
- Ninja
- The first command below uses git. You can also download zip version.
git clone https://github.com/rakin406/DodgeRunner.git && cd DodgeRunner
mkdir build && cd build
cmake .. -G Ninja
ninja
./DodgeRunner
Rakin Rahman
This project is licensed under the MIT License - see the LICENSE.md file for details