/vis2048

Implementation of 2048 with visualization support

Primary LanguagePythonMIT LicenseMIT

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.