Metadata-Version: 2.1
Name: 2048-py
Version: 0.1.4.post10
Summary: 2048 written in Python by the Ladue High School Computer Science Club
Home-page: https://github.com/Ta180m/2048
Author: Anthony Wang
Author-email: ta180m@gmail.com
License: UNKNOWN
Description: # 2048
        
        
        ## What is this?
        
        It's 2048, written in Python by the Ladue High School Computer Science Club. It's still in its early stages, so expect bugs!
        
        
        ## Getting started
        
        ### Download and run
        
        Download or clone this repo, then run `python3 main.py`.
        
        If Python complains about `termcolor`, install it with `pip install termcolor`.
        
        ### Run online
        
        Run it online on [Repl.it](https://repl.it/@Ta180m/2048#main.py).
        
        ### Install using `pip`
        
        Run `pip install 2048-py`.
        
        ### Get it from the AUR
        
        On Arch Linux, get the `2048-py` package from the AUR.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
