Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bclindner/b2048

My implementation of the popular game 2048 in Go.
https://github.com/bclindner/b2048

2048 game golang

Last synced: 6 days ago
JSON representation

My implementation of the popular game 2048 in Go.

Awesome Lists containing this project

README

        

# b2048

A [Go](https://golang.org)+[Termbox](https://github.com/nsf/termbox-go) implementation of [2048](https://play2048.co/).

Controls are simple: arrow keys to make moves, R to restart, and Q (or Ctrl-C) to quit.