https://github.com/mattkelly/snake-go
:snake: Play snake in your terminal. Built using Termloop.
https://github.com/mattkelly/snake-go
game go golang snake termbox-go terminal termloop
Last synced: 2 months ago
JSON representation
:snake: Play snake in your terminal. Built using Termloop.
- Host: GitHub
- URL: https://github.com/mattkelly/snake-go
- Owner: mattkelly
- License: mit
- Created: 2017-10-29T13:25:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-08-14T20:13:52.000Z (almost 6 years ago)
- Last Synced: 2024-06-20T17:38:01.928Z (almost 2 years ago)
- Topics: game, go, golang, snake, termbox-go, terminal, termloop
- Language: Go
- Homepage:
- Size: 93.8 KB
- Stars: 21
- Watchers: 8
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snake
[](https://goreportcard.com/report/github.com/mattkelly/snake-go)
[](https://travis-ci.org/mattkelly/snake-go)
Play snake in your terminal. Built using [Termloop](https://github.com/JoelOtter/termloop).

# 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
- [x] (Maybe) Dynamically size border based on e.g. terminal size, user input
- [x] (Maybe) Implement "play again" option