Animal Logic board game implemented in Golang with Raylib
Executables are included. Clone this repo and inside the alogic-go folder(directory),
for Windows, type
alogic.exe
and for Linux, type
./alogic
go build -o {filename} main.go
where {filename} is the name of the executable in each platform(alogic.exe for Windows, alogic for Linux).


