A simple Tic-Tac-Toe game written in C using Raylib.
You can customize the board length in cells and the length of the needed streak to win the game.
My second project in C.
git clone https://gitlab.com/sergeylavrent/ttt
cd ttt
make
Oh, and you also need to have Raylib installed. On Arch Linux it's just sudo pacman -S raylib
.