Metadata-Version: 2.1
Name: py2048-coolin
Version: 0.2.0
Summary: 2048 game written with Pygame
Home-page: https://github.com/xXCoolinXx/2048
Author: Collin Francel
Author-email: collin.t.francel@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/xXCoolinXx/2048/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# 2048
2048 Clone written in Python. <br>

To install, run `pip install py2048-coolin`. <br>
To execute, type `2048` 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. <br>

Available on <a href="https://pypi.org/project/py2048-coolin/">PyPI</a>


