A terminal version of Snake written in Go.

Sacha Ligthert b1cbe95485 Cleaning up comments 2 жил өмнө
README.md 40c16d3ea0 Initial commit 2 жил өмнө
apple.go b1cbe95485 Cleaning up comments 2 жил өмнө
game.go b1cbe95485 Cleaning up comments 2 жил өмнө
go.mod a2077ff2a8 Go things 2 жил өмнө
go.sum a2077ff2a8 Go things 2 жил өмнө
main.go aea82ab765 #4 Gives the snake a tail. 2 жил өмнө
render.go aea82ab765 #4 Gives the snake a tail. 2 жил өмнө
snake.go aea82ab765 #4 Gives the snake a tail. 2 жил өмнө
types.go aea82ab765 #4 Gives the snake a tail. 2 жил өмнө

README.md

Snake

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

Usage

Things

Compiling

go build .