2048 written in Python by the Ladue High School Computer Science Club
2023-09-09 03:09:06 +00:00
.gitignore Create .gitignore 2020-11-02 19:38:07 -06:00
LICENSE Create LICENSE 2020-11-02 20:01:58 -06:00
main.py Fix some more stuff 2020-11-12 17:09:17 +00:00
Makefile Fix Makefile 2020-11-02 19:52:39 -06:00
PKGBUILD Add files via upload 2021-06-10 18:36:33 +00:00
poetry.lock Package manager files 2020-11-05 16:05:22 +00:00
pyproject.toml Package manager files 2020-11-05 16:05:22 +00:00
README.md Recommend using pipx 2023-09-09 03:09:06 +00:00
setup.py Bump version 2021-01-04 14:43:27 -06:00

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.

pipx run 2048-py. That's it!

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.

Get it from the FreeBSD package repository

On FreeBSD, install 2048-py with pkg install -g py*-2048-py.

Run 2048-py to play the game.