Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adityjhaa/dapper-dasher
https://github.com/adityjhaa/dapper-dasher
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/adityjhaa/dapper-dasher
- Owner: adityjhaa
- Created: 2023-12-15T05:14:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-03T12:04:16.000Z (9 months ago)
- Last Synced: 2024-05-11T05:55:42.598Z (8 months ago)
- Language: C++
- Size: 720 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DAPPER-DASHERS
This game is created using the Raylib Framework
### To install Raylib:
- **For WINDOWS**:
Download Raylib from https://www.raylib.com- **For MAC**:
Download using :
```bash
brew install raylib
```
(To install Homebrew go to https://brew.sh/)- **For Linux**:
Download using this repo : https://www.github.com/raysan5/raylib/wiki/Working-on-GNU-Linux
### Build and Run:
```bash
make run
```
**ENJOYY!**