A terminal version of Snake written in Go.

Sacha Ligthert 65ccadb6d8 #12 It sucks, doesn't work. 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 65ccadb6d8 #12 It sucks, doesn't work. 2 жил өмнө
render.go 65ccadb6d8 #12 It sucks, doesn't work. 2 жил өмнө
snake.go 65ccadb6d8 #12 It sucks, doesn't work. 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 .