A terminal version of Snake written in Go.

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

README.md

Snake

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

Usage

Things

Compiling

go build .