A terminal version of Snake written in Go.

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

README.md

Snake

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

Usage

Things

Compiling

go build .