A terminal version of Snake written in Go.

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

README.md

Snake

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

Usage

Things

Compiling

go build .