/2048

Graphical 2048 in Python.

Primary LanguagePythonMIT LicenseMIT

2048

Graphical 2048 in Python.

Building

In order to build you should have a Python environment and have Tkinter installed. Do

$ python -c "import Tkinter"

If it works you are fine to go.

$ python game.py

to start the game.