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

Commit 5e44c10

Browse files
authored
misc: add readonly notice
1 parent 8030771 commit 5e44c10

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
2048-python
1+
2048 Python
22
===========
33

44
[![Run on Repl.it](https://repl.it/badge/github/yangshun/2048-python)](https://repl.it/github/yangshun/2048-python)
55

6+
---
7+
8+
**⚠️NOTE⚠️**: We won't be accepting any contributions/changes to the project anymore. It is now readonly.
9+
10+
---
11+
612
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!
713

814
![screenshot](img/screenshot.png)

0 commit comments

Comments
 (0)