A terminal version of Snake written in Go.

Sacha Ligthert 2009252bb8 Updated the go.mod/.sum... %!s(int64=2) %!d(string=hai) anos
README.md 40c16d3ea0 Initial commit %!s(int64=2) %!d(string=hai) anos
apple.go b1cbe95485 Cleaning up comments %!s(int64=2) %!d(string=hai) anos
game.go b1cbe95485 Cleaning up comments %!s(int64=2) %!d(string=hai) anos
go.mod 2009252bb8 Updated the go.mod/.sum... %!s(int64=2) %!d(string=hai) anos
go.sum 2009252bb8 Updated the go.mod/.sum... %!s(int64=2) %!d(string=hai) anos
main.go aea82ab765 #4 Gives the snake a tail. %!s(int64=2) %!d(string=hai) anos
render.go aea82ab765 #4 Gives the snake a tail. %!s(int64=2) %!d(string=hai) anos
snake.go aea82ab765 #4 Gives the snake a tail. %!s(int64=2) %!d(string=hai) anos
types.go aea82ab765 #4 Gives the snake a tail. %!s(int64=2) %!d(string=hai) anos

README.md

Snake

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

Usage

Things

Compiling

go build .