2048 Clone written in Python.
To install, run pip install py2048-coolin.
To execute, type 2048 (or python -m py2048 if that doesn't work) and hit enter. If you haven't started the game before, it will download a font to your user data directory and make a .json save file there.
Available on PyPI