Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rakin406/dodgerunner
A running game
https://github.com/rakin406/dodgerunner
game
Last synced: 3 days ago
JSON representation
A running game
- Host: GitHub
- URL: https://github.com/rakin406/dodgerunner
- Owner: rakin406
- License: mit
- Created: 2022-09-10T12:44:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-30T13:51:12.000Z (about 2 years ago)
- Last Synced: 2023-03-08T17:50:50.334Z (over 1 year ago)
- Topics: game
- Language: CMake
- Homepage:
- Size: 136 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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