Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bclindner/b2048
- Owner: bclindner
- License: gpl-3.0
- Created: 2018-12-03T01:56:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-12T22:20:20.000Z (about 6 years ago)
- Last Synced: 2024-10-29T15:44:58.388Z (about 2 months ago)
- Topics: 2048, game, golang
- Language: Go
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.