A terminal version of Snake written in Go.

Sacha Ligthert 2009252bb8 Updated the go.mod/.sum... vor 2 Jahren
README.md 40c16d3ea0 Initial commit vor 2 Jahren
apple.go b1cbe95485 Cleaning up comments vor 2 Jahren
game.go b1cbe95485 Cleaning up comments vor 2 Jahren
go.mod 2009252bb8 Updated the go.mod/.sum... vor 2 Jahren
go.sum 2009252bb8 Updated the go.mod/.sum... vor 2 Jahren
main.go aea82ab765 #4 Gives the snake a tail. vor 2 Jahren
render.go aea82ab765 #4 Gives the snake a tail. vor 2 Jahren
snake.go aea82ab765 #4 Gives the snake a tail. vor 2 Jahren
types.go aea82ab765 #4 Gives the snake a tail. vor 2 Jahren

README.md

Snake

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

Usage

Things

Compiling

go build .