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 .