A terminal version of Snake written in Go.

Sacha Ligthert 76b6150a1e Added pre-commit and replace buildscript with Taskfile пре 2 година
.gitignore 76b6150a1e Added pre-commit and replace buildscript with Taskfile пре 2 година
.pre-commit-config.yaml 76b6150a1e Added pre-commit and replace buildscript with Taskfile пре 2 година
README.md 40c16d3ea0 Initial commit пре 2 година
Taskfile.dist.yaml 76b6150a1e Added pre-commit and replace buildscript with Taskfile пре 2 година
apple.go b1cbe95485 Cleaning up comments пре 2 година
game.go 763ed9b38a #7 Moved score into its own struct. Print score and reason of death at game over. пре 2 година
go.mod 2009252bb8 Updated the go.mod/.sum... пре 2 година
go.sum 2009252bb8 Updated the go.mod/.sum... пре 2 година
main.go 763ed9b38a #7 Moved score into its own struct. Print score and reason of death at game over. пре 2 година
render.go 763ed9b38a #7 Moved score into its own struct. Print score and reason of death at game over. пре 2 година
snake.go b7af5b64ad Fix the starting tail (no idea why it works this way). пре 2 година
types.go 763ed9b38a #7 Moved score into its own struct. Print score and reason of death at game over. пре 2 година

README.md

Snake

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

Usage

Things

Compiling

go build .