Metadata-Version: 2.1
Name: 2048-py
Version: 0.1.6
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
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Games/Entertainment :: Puzzle Games
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`

Install with `pip install 2048-py`.

Run `2048-py` to play the game.


### Get it from the AUR

On Arch Linux, get the `2048-py` package from the AUR.

Run `2048-py` to play the game.
