A terminal version of Snake written in Go.

Sacha Ligthert 6d23349e43 Redo how a string is pushed into an array of runes and then printed. (Closes #11) il y a 1 an
.gitignore 76b6150a1e Added pre-commit and replace buildscript with Taskfile il y a 2 ans
.pre-commit-config.yaml feced4cd7f New and improved linting capabilities. il y a 1 an
README.md 40c16d3ea0 Initial commit il y a 2 ans
Taskfile.dist.yaml feced4cd7f New and improved linting capabilities. il y a 1 an
apple.go b1cbe95485 Cleaning up comments 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 6d23349e43 Redo how a string is pushed into an array of runes and then printed. (Closes #11) il y a 1 an
snake.go b7af5b64ad Fix the starting tail (no idea why it works this way). 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 .