No description
Find a file
2025-11-26 15:25:18 +05:00
.gitignore feat: game status messages 2025-11-26 05:27:48 +05:00
main.c fix: game status messages display correctly 2025-11-26 15:25:18 +05:00
Makefile fix: game status messages display correctly 2025-11-26 15:25:18 +05:00
README.md fix: game status messages display correctly 2025-11-26 15:25:18 +05:00

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