A terminal version of Snake written in Go.

Sacha Ligthert 44724cbbb6 Clean up something that didn't work in the first place. пре 2 година
README.md 40c16d3ea0 Initial commit пре 2 година
apple.go 9c1a9fc83d Splitting up functions, introducing the game director пре 2 година
design.md 650d06167d Simple design document to give myself direction. пре 2 година
game.go 44724cbbb6 Clean up something that didn't work in the first place. пре 2 година
go.mod a2077ff2a8 Go things пре 2 година
go.sum a2077ff2a8 Go things пре 2 година
main.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 година
render.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 година
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 .