https://github.com/jubalh/raymario
Super Mario Bros. remake
https://github.com/jubalh/raymario
c game raylib supermariobros
Last synced: about 1 year ago
JSON representation
Super Mario Bros. remake
- Host: GitHub
- URL: https://github.com/jubalh/raymario
- Owner: jubalh
- Created: 2017-06-06T08:21:55.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-08T15:12:27.000Z (about 8 years ago)
- Last Synced: 2025-03-16T23:33:59.668Z (about 1 year ago)
- Topics: c, game, raylib, supermariobros
- Language: C
- Homepage:
- Size: 6.63 MB
- Stars: 24
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# raymario
raymario is a Super Mario Bros. imitation written in C using [raylib](http://www.raylib.com/).
It was originally created by [Víctor Fisac](https://github.com/victorfisac).
## Dependencies
* meson (for building)
* raylib
* GLFW3
* OpenGL
* OpenAL-soft
## Build
```
meson builddir
cd builddir
ninja
sudo ninja install
raymario
```
## Screenshot
