Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 390 Bytes

README.md

File metadata and controls

13 lines (6 loc) · 390 Bytes

2048-python

Based on the popular game 2048 by Gabriele Cirulli. The game's objective is to slide numbered tiles on a grid to combine them to create a tile with the number 2048. Here is a Python version that uses TKinter!

screenshot

To start the game, run the following command:

$ python3 game.py