Skip to content
/ snake-go Public

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

Notifications You must be signed in to change notification settings

vgnh/snake-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 .

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages