https://github.com/trknhr/2048-go
This is 2048 working on CLI
https://github.com/trknhr/2048-go
2048 cli golang
Last synced: 4 months ago
JSON representation
This is 2048 working on CLI
- Host: GitHub
- URL: https://github.com/trknhr/2048-go
- Owner: trknhr
- License: mit
- Created: 2017-05-24T14:57:47.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-08-12T19:01:40.000Z (almost 5 years ago)
- Last Synced: 2025-08-14T05:53:26.756Z (10 months ago)
- Topics: 2048, cli, golang
- Language: Go
- Homepage:
- Size: 370 KB
- Stars: 26
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://travis-ci.org/1984weed/2048-go)
[](https://codecov.io/gh/1984weed/2048-go)
# 2048-go
[2048](http://gabrielecirulli.github.io/2048/) in CLI. It's made from Golang
2048 is a great game made by JavaScript.
This app works on command and helps your sabotage.
# Screen shot
[](https://asciinema.org/a/jkyqRNv1yWi8E59cUCIQSjiit)
# How to install
You should install go
# License
2048-go is licensed under the [MIT license.](https://github.com/1984weed/2048-go/blob/master/LICENSE.txt)
## Mac
I only checked this environment.
```
brew install go
export PATH=$GOPATH:$PATH
```
```
go get github.com/1984weed/2048-go
2048-go
```