Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leandroberetta/mario-bricks
A minimal Mario game done with Allegro 5 library
https://github.com/leandroberetta/mario-bricks
Last synced: 6 days ago
JSON representation
A minimal Mario game done with Allegro 5 library
- Host: GitHub
- URL: https://github.com/leandroberetta/mario-bricks
- Owner: leandroberetta
- Created: 2016-09-17T20:42:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-17T21:35:09.000Z (over 8 years ago)
- Last Synced: 2024-11-18T21:03:57.609Z (2 months ago)
- Language: C
- Homepage:
- Size: 423 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mario-bricks
Minimal Mario game done with Allegro 5 library
## Screenshot
![Image of Mario Bricks](images/screenshot.png)
## Requirements
* C compiler (like GCC)
* Allegro 5 libraryTo install Allegro check [Allegro's site](http://liballeg.org)
## Build
The compilation process is done with make (with a Makefile):
make
After compiling the game can be started with:
make play