A terminal version of Snake written in Go.

Sacha Ligthert 0732e7f809 Add build script il y a 2 ans
.gitignore 0732e7f809 Add build script il y a 2 ans
README.md 40c16d3ea0 Initial commit il y a 2 ans
apple.go b1cbe95485 Cleaning up comments il y a 2 ans
build.sh 0732e7f809 Add build script il y a 2 ans
game.go 763ed9b38a #7 Moved score into its own struct. Print score and reason of death at game over. il y a 2 ans
go.mod 2009252bb8 Updated the go.mod/.sum... il y a 2 ans
go.sum 2009252bb8 Updated the go.mod/.sum... il y a 2 ans
main.go 763ed9b38a #7 Moved score into its own struct. Print score and reason of death at game over. il y a 2 ans
render.go 763ed9b38a #7 Moved score into its own struct. Print score and reason of death at game over. il y a 2 ans
snake.go 763ed9b38a #7 Moved score into its own struct. Print score and reason of death at game over. il y a 2 ans
types.go 763ed9b38a #7 Moved score into its own struct. Print score and reason of death at game over. il y a 2 ans

README.md

Snake

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

Usage

Things

Compiling

go build .