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

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

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
![screenshot-1](/.res/screenshot-1.png)

## License
[MIT](LICENSE)