greedy snake game in Go
See video for demo.
go get github.com/towry/snakego
make
make run
Press Space to stop, press Space again to resume.
Use arrow key to control the direction of snake or accelerate speed.
- add food collision detect
- add ticker
- add border collision detect
- add body collision detect
(c) Towry Wang