https://github.com/fraidev/raylib-game
https://github.com/fraidev/raylib-game
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fraidev/raylib-game
- Owner: fraidev
- Created: 2023-11-15T19:57:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-16T00:42:06.000Z (over 1 year ago)
- Last Synced: 2025-02-12T14:29:01.035Z (3 months ago)
- Language: C
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Raylib game test
Just a simple plataform game that I added jump and gravity.
```bash
brew install raylib
make && ./main
```