https://github.com/m4ns0ur/2048
Game 2048 in Go lang
https://github.com/m4ns0ur/2048
2048 game golang
Last synced: 3 months ago
JSON representation
Game 2048 in Go lang
- Host: GitHub
- URL: https://github.com/m4ns0ur/2048
- Owner: m4ns0ur
- License: mit
- Created: 2016-09-09T12:16:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-08T14:15:01.000Z (over 4 years ago)
- Last Synced: 2024-06-20T13:31:54.340Z (10 months ago)
- Topics: 2048, game, golang
- Language: Go
- Size: 857 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Game 2048
Yet another simple implementation of [Game 2048](https://gabrielecirulli.github.io/2048/) in Go.## Install
```
$ GO111MODULE=on go get -u github.com/m4ns0ur/
```## Usage
```
$ 2048
```## Screenshot
## License
[MIT](LICENSE)