Awesome
Snake
Play snake in your terminal. Built using Termloop.
<img src="https://raw.githubusercontent.com/mattkelly/snake-go/975b886ca3cfed761b88b65f545af0fdf7741543/snake-go-demo.gif" width=400>Instructions
- Get it:
go get -u github.com/mattkelly/snake-go
- Play it:
$GOPATH/bin/snake-go
Contributing
Please do.
- Overlay message box with score upon dying (don't just flash red)
- Implement game difficulty options: easy, normal, hard
- (Maybe) Dynamically size border based on e.g. terminal size, user input
- (Maybe) Implement "play again" option