This repository was archived by the owner on Aug 30, 2021. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork232
yangshun/2048-python
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Based on the popular game2048 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!
To start the game, run:
$ python3 puzzle.py