Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

yangshun/2048-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

14 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

2048 Python

Run on Repl.it


โš ๏ธNOTEโš ๏ธ: We won't be accepting any contributions/changes to the project anymore. It is now readonly.


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:

$ python3 puzzle.py

Contributors: