vis2048

Implementation of 2048 with visualization support


Keywords
2048, visualization
License
MIT
Install
pip install vis2048==1.0.3

Documentation

vis2048

Travis CI badge

An implementation of 2048 with visualization support and extensive tests.

Screenshot of a demo with 4 simultaneous games

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.