A terminal version of Snake written in Go.

Sacha Ligthert b1cbe95485 Cleaning up comments před 2 roky
README.md 40c16d3ea0 Initial commit před 2 roky
apple.go b1cbe95485 Cleaning up comments před 2 roky
game.go b1cbe95485 Cleaning up comments před 2 roky
go.mod a2077ff2a8 Go things před 2 roky
go.sum a2077ff2a8 Go things před 2 roky
main.go aea82ab765 #4 Gives the snake a tail. před 2 roky
render.go aea82ab765 #4 Gives the snake a tail. před 2 roky
snake.go aea82ab765 #4 Gives the snake a tail. před 2 roky
types.go aea82ab765 #4 Gives the snake a tail. před 2 roky

README.md

Snake

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

Usage

Things

Compiling

go build .