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

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

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
![screenshot](http://i.imgur.com/fxThjXN.png)