Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 library

To 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