Metadata-Version: 2.1
Name: vis2048
Version: 1.0.0
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](screenshot.png)

## Installation

```
./setup.py install
```

## Testing

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

## License
MIT.


