A terminal version of Snake written in Go.

Sacha Ligthert 2009252bb8 Updated the go.mod/.sum... пре 2 година
README.md 40c16d3ea0 Initial commit пре 2 година
apple.go b1cbe95485 Cleaning up comments пре 2 година
game.go b1cbe95485 Cleaning up comments пре 2 година
go.mod 2009252bb8 Updated the go.mod/.sum... пре 2 година
go.sum 2009252bb8 Updated the go.mod/.sum... пре 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 .