A terminal version of Snake written in Go.

Sacha Ligthert 44f2c5a41d Disable useless debug coords. 2 yıl önce
README.md 40c16d3ea0 Initial commit 2 yıl önce
apple.go b1cbe95485 Cleaning up comments 2 yıl önce
game.go 44f2c5a41d Disable useless debug coords. 2 yıl önce
go.mod 2009252bb8 Updated the go.mod/.sum... 2 yıl önce
go.sum 2009252bb8 Updated the go.mod/.sum... 2 yıl önce
main.go 65ccadb6d8 #12 It sucks, doesn't work. 2 yıl önce
render.go 65ccadb6d8 #12 It sucks, doesn't work. 2 yıl önce
snake.go 1a9d75574b #8 Added a function to validate if something is a valid move. 2 yıl önce
types.go c5827793ef Moving a constant between files. 2 yıl önce

README.md

Snake

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

Usage

Things

Compiling

go build .