Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rakin406/dodgerunner

A running game
https://github.com/rakin406/dodgerunner

game

Last synced: 3 days ago
JSON representation

A running game

Awesome Lists containing this project

README

        

# 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.
```bash
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