A terminal version of Snake written in Go.

Sacha Ligthert b17918f052 Added scoring + apple mechanics преди 2 години
README.md 40c16d3ea0 Initial commit преди 2 години
apple.go b17918f052 Added scoring + apple mechanics преди 2 години
design.md 650d06167d Simple design document to give myself direction. преди 2 години
game.go b17918f052 Added scoring + apple mechanics преди 2 години
go.mod a2077ff2a8 Go things преди 2 години
go.sum a2077ff2a8 Go things преди 2 години
main.go b17918f052 Added scoring + apple mechanics преди 2 години
render.go b17918f052 Added scoring + apple mechanics преди 2 години
snake.go de33a25864 #2 Start at the center of the screen. Always goes right. Sorta dies when it hits the border, but only when you are pressing a key. If it runs automatically into the border the game freezes. преди 2 години

README.md

Snake

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

Usage

Things

Compiling

go build .