An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Snake
[![Go Report Card](https://goreportcard.com/badge/github.com/mattkelly/snake-go)](https://goreportcard.com/report/github.com/mattkelly/snake-go)
[![Build Status](https://travis-ci.org/mattkelly/snake-go.svg?branch=master)](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