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

https://github.com/timbo-rafa/c-allegro-memory-game

Memory Game to learn mathematical operations
https://github.com/timbo-rafa/c-allegro-memory-game

allegro allegro4 c c-language demo game makefile memory-game

Last synced: 11 months ago
JSON representation

Memory Game to learn mathematical operations

Awesome Lists containing this project

README

          

# Memory Game

![Memory Game Screenshot](https://github.com/timbo-rafa/c-allegro-memory-game/blob/master/screenshots/memory-game-36.jpg)

### Compilation

##### Allegro

```bash
sudo apt-get install liballegro4.4 liballegro4-dev
```

Allegro *4* is required. You can download it [here](https://liballeg.org/old.html).

##### Make

```
make
```

### Running
```
./memory-game
```