A terminal version of Snake written in Go.

Sacha Ligthert 2009252bb8 Updated the go.mod/.sum... 2 лет назад
README.md 40c16d3ea0 Initial commit 2 лет назад
apple.go b1cbe95485 Cleaning up comments 2 лет назад
game.go b1cbe95485 Cleaning up comments 2 лет назад
go.mod 2009252bb8 Updated the go.mod/.sum... 2 лет назад
go.sum 2009252bb8 Updated the go.mod/.sum... 2 лет назад
main.go aea82ab765 #4 Gives the snake a tail. 2 лет назад
render.go aea82ab765 #4 Gives the snake a tail. 2 лет назад
snake.go aea82ab765 #4 Gives the snake a tail. 2 лет назад
types.go aea82ab765 #4 Gives the snake a tail. 2 лет назад

README.md

Snake

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

Usage

Things

Compiling

go build .