This is a tic-tac-toe game implementation made using raylib written in Golang.
bash ./requirements.sh
go mod download
make
make build && make run