A terminal version of Snake written in Go.

Sacha Ligthert 2009252bb8 Updated the go.mod/.sum... há 2 anos atrás
README.md 40c16d3ea0 Initial commit há 2 anos atrás
apple.go b1cbe95485 Cleaning up comments há 2 anos atrás
game.go b1cbe95485 Cleaning up comments há 2 anos atrás
go.mod 2009252bb8 Updated the go.mod/.sum... há 2 anos atrás
go.sum 2009252bb8 Updated the go.mod/.sum... há 2 anos atrás
main.go aea82ab765 #4 Gives the snake a tail. há 2 anos atrás
render.go aea82ab765 #4 Gives the snake a tail. há 2 anos atrás
snake.go aea82ab765 #4 Gives the snake a tail. há 2 anos atrás
types.go aea82ab765 #4 Gives the snake a tail. há 2 anos atrás

README.md

Snake

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

Usage

Things

Compiling

go build .