Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 475 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 475 Bytes

Dodge Runner

A dodging game.

Getting Started

Dependencies

  • Clang or GCC compiler
  • CMake
  • Ninja

Executing program

  • 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

Author

Rakin Rahman

License

This project is licensed under the MIT License - see the LICENSE.md file for details