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

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

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`