A terminal version of Snake written in Go.

Sacha Ligthert 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. hace 2 años
README.md 40c16d3ea0 Initial commit hace 2 años
apple.go 9c1a9fc83d Splitting up functions, introducing the game director hace 2 años
design.md 650d06167d Simple design document to give myself direction. hace 2 años
game.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. hace 2 años
go.mod a2077ff2a8 Go things hace 2 años
go.sum a2077ff2a8 Go things hace 2 años
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. hace 2 años
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. hace 2 años
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. hace 2 años

README.md

Snake

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

Usage

Things

Compiling

go build .