Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 563 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 563 Bytes

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 .