A terminal version of Snake written in Go.

Sacha Ligthert 53e6bfdf4d #5 Print single line tail 2 anni fa
README.md 40c16d3ea0 Initial commit 2 anni fa
apple.go b1cbe95485 Cleaning up comments 2 anni fa
game.go 44f2c5a41d Disable useless debug coords. 2 anni fa
go.mod 2009252bb8 Updated the go.mod/.sum... 2 anni fa
go.sum 2009252bb8 Updated the go.mod/.sum... 2 anni fa
main.go 65ccadb6d8 #12 It sucks, doesn't work. 2 anni fa
render.go 65ccadb6d8 #12 It sucks, doesn't work. 2 anni fa
snake.go 53e6bfdf4d #5 Print single line tail 2 anni fa
types.go c5827793ef Moving a constant between files. 2 anni fa

README.md

Snake

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

Usage

Things

Compiling

go build .