A terminal version of Snake written in Go.

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

README.md

Snake

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

Usage

Things

Compiling

go build .