A terminal version of Snake written in Go.

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

README.md

Snake

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

Usage

Things

Compiling

go build .