A terminal version of Snake written in Go.

Sacha Ligthert f2c3cfd891 Use more annoying names 2 лет назад
README.md 40c16d3ea0 Initial commit 2 лет назад
design.md 650d06167d Simple design document to give myself direction. 2 лет назад
food.go 78d73a7920 Trying that godoc format 2 лет назад
go.mod a2077ff2a8 Go things 2 лет назад
go.sum a2077ff2a8 Go things 2 лет назад
snake.go f2c3cfd891 Use more annoying names 2 лет назад

README.md

Snake

A little fun game to write during long low-interaction meeting.

Usage

Things

Compiling

go build .