A simple Snake game, built using Go and raylib-go, the Golang bindings for raylib.
This was built mainly to get a hang of raylib..
There's no game over in this! :D
If you have Go already installed, just do:
go install github.com/vgnh/snake-go@latest
snake-go
Or you can also:
git clone [email protected]:vgnh/snake-go.git
cd ./snake-go
go mod tidy
go run .