A terminal version of Snake written in Go.

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

README.md

Snake

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

Usage

Things

Compiling

go build .