A terminal version of Snake written in Go.

Sacha Ligthert b1cbe95485 Cleaning up comments 2 роки тому
README.md 40c16d3ea0 Initial commit 2 роки тому
apple.go b1cbe95485 Cleaning up comments 2 роки тому
game.go b1cbe95485 Cleaning up comments 2 роки тому
go.mod a2077ff2a8 Go things 2 роки тому
go.sum a2077ff2a8 Go things 2 роки тому
main.go aea82ab765 #4 Gives the snake a tail. 2 роки тому
render.go aea82ab765 #4 Gives the snake a tail. 2 роки тому
snake.go aea82ab765 #4 Gives the snake a tail. 2 роки тому
types.go aea82ab765 #4 Gives the snake a tail. 2 роки тому

README.md

Snake

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

Usage

Things

Compiling

go build .