
About
2048 is a single-player sliding tile puzzle game written by Gabriele Cirulli and released in 2014, where the player slides numbered tiles on a grid to combine them into a tile numbered 2048. 2048-python is a Python remake of 2048 using the Tkinter GUI toolkit. The repository is now archived and marked read-only, with its maintainers stating they will not accept further contributions or changes.
Getting started
After cloning the repository, it's started by running 'python3 puzzle.py'.