A terminal version of Snake written in Go.

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

README.md

Snake

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

Usage

Things

Compiling

go build .