You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 30, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+7-1
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,14 @@
1
-
2048-python
1
+
2048 Python
2
2
===========
3
3
4
4
[](https://repl.it/github/yangshun/2048-python)
5
5
6
+
---
7
+
8
+
**⚠️NOTE⚠️**: We won't be accepting any contributions/changes to the project anymore. It is now readonly.
9
+
10
+
---
11
+
6
12
Based on the popular game [2048](https://github.com/gabrielecirulli/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!
0 commit comments