vgnh / 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..

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com:vgnh/snake-go.git
cd ./snake-go
go mod tidy
go run .

About

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..


Languages

Language:Go 100.0%