Metadata-Version: 2.1
Name: py2048-coolin
Version: 0.3.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
Requires-Dist: pygame
Requires-Dist: appdirs
Requires-Dist: jsonpickle
Requires-Dist: results
Requires-Dist: requests

# 2048

![Downloads](https://img.shields.io/badge/Python-3776AB?style=for-the-badge&logo=python&logoColor=white)
![Downloads](https://img.shields.io/github/license/xXCoolinXx/2048.svg)
[![Downloads](https://static.pepy.tech/personalized-badge/py2048-coolin?period=total&units=international_system&left_color=black&right_color=blue&left_text=Downloads)](https://pepy.tech/project/py2048-coolin)

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>


