A terminal version of Snake written in Go.

Sacha Ligthert 3902d2b0a9 Prevents the snake from disappearing when its eating an apple. 2 anos atrás
README.md 40c16d3ea0 Initial commit 2 anos atrás
apple.go c459247529 This should be a red apple (???) 2 anos atrás
design.md 650d06167d Simple design document to give myself direction. 2 anos atrás
game.go 3902d2b0a9 Prevents the snake from disappearing when its eating an apple. 2 anos atrás
go.mod a2077ff2a8 Go things 2 anos atrás
go.sum a2077ff2a8 Go things 2 anos atrás
main.go b17918f052 Added scoring + apple mechanics 2 anos atrás
render.go b17918f052 Added scoring + apple mechanics 2 anos atrás
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 anos atrás

README.md

Snake

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

Usage

Things

Compiling

go build .