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
- Host: GitHub
- URL: https://github.com/timbo-rafa/c-allegro-memory-game
- Owner: timbo-rafa
- Created: 2018-11-24T20:46:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-04T00:34:06.000Z (over 7 years ago)
- Last Synced: 2025-03-02T13:14:30.302Z (over 1 year ago)
- Topics: allegro, allegro4, c, c-language, demo, game, makefile, memory-game
- Language: C
- Homepage:
- Size: 2.82 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Memory Game

### 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
```