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

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

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/1984weed/2048-go.svg?branch=master)](https://travis-ci.org/1984weed/2048-go)
[![codecov](https://codecov.io/gh/1984weed/2048-go/branch/master/graph/badge.svg)](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

[![asciicast](https://asciinema.org/a/jkyqRNv1yWi8E59cUCIQSjiit.png)](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
```