No description
| .gitignore | ||
| main.c | ||
| Makefile | ||
| README.md | ||
4 in a row
Building
Install raylib-devel for your distro in order to build the game To build the game, run:
make
# OR
make CC=clang
| .gitignore | ||
| main.c | ||
| Makefile | ||
| README.md | ||
Install raylib-devel for your distro in order to build the game To build the game, run:
make
# OR
make CC=clang