Skip to content

lionas32/python-2048

Repository files navigation

python-2048

A terminal-based version of 2048 made in python.

Prequisites and Setup

Currently it only works for terminals which have support for 256 colors and unicode characters. The terminal used during development is iterm2.

Requires the asciimatics and numpy packages. The versions used during development are declared in requirements.txt. Install them by running the command below in the project directory:

pip3 install -r requirements.txt

The python version used during development is 3.9.7

Start the game with python3 main.py. I recommend zooming in quite a bit before starting.

Remaining work

  • Update the folder structure.
  • Update the screenshot (we got highscores now woo).

About

2048 in the terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages