https://github.com/timbo-rafa/c-allegro-dots-boxes
https://github.com/timbo-rafa/c-allegro-dots-boxes
allegro allegro4 c c-language game makefile
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/timbo-rafa/c-allegro-dots-boxes
- Owner: timbo-rafa
- Created: 2018-11-24T20:04:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-24T20:38:56.000Z (over 6 years ago)
- Last Synced: 2025-01-13T01:11:32.995Z (3 months ago)
- Topics: allegro, allegro4, c, c-language, game, makefile
- Language: C
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Compilation
```
cc dots-boxes.c -o dots-boxes $(pkg-config allegro --libs --cflags)
````$(pkg-config allegro --libs --cflags)` resolves to `-lalleg` in `Ubuntu 16.04`