Metadata-Version: 2.1
Name: vis2048
Version: 1.0.2
Summary: Implementation of 2048 with visualization support
Home-page: https://github.com/Fylipp/vis2048
Author: Philipp Ploder
License: UNKNOWN
Keywords: 2048 visualization
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown

# vis2048

![Travis CI badge](https://travis-ci.org/Fylipp/vis2048.svg?branch=master)

An implementation of [2048](http://2048game.com) with visualization support and extensive tests.

![Screenshot of a demo with 4 simultaneous games](https://github.com/Fylipp/vis2048/blob/master/screenshot.png?raw=true)

## Installation

Via `pip`:

```
pip install vis2048
```

Or `git clone`:

```
git clone https://github.com/Fylipp/vis2048
cd vis2048
./setup.py install
```

## Testing

```
python -m unittest tests/test.py
```

## License
MIT.


