repositorypackage
0.0.0-20240323112420-f1b5e8f44d06
Repository: https://github.com/vgnh/snake-go.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
snake-go
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
Try it out
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 .