A terminal version of Snake written in Go.

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

README.md

Snake

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

Usage

Things

Compiling

go build .