Metadata-Version: 2.1
Name: 2048-py
Version: 0.1.4.post12
Summary: 2048 written in Python by the Ladue High School Computer Science Club
Author: Anthony Wang
Author-email: ta180m@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: termcolor (>=1.1.0,<2.0.0)
Description-Content-Type: text/markdown

# 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.

