Skip to content

Commit 2da846e

Browse files
committed
2 parents f32dc6a + 8ff799b commit 2da846e

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

README.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,26 @@
1-
![dessin 2](https://user-images.githubusercontent.com/69793084/236804753-8ce87dbb-92a2-4d5b-bfe1-47aa6d3533ab.png)
1+
# Python-2048
2+
![dessin](https://user-images.githubusercontent.com/69793084/236804753-8ce87dbb-92a2-4d5b-bfe1-47aa6d3533ab.png)
3+
4+
5+
## Built With
6+
7+
![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)
8+
9+
## Prerequisite
10+
You need to install the dependencies with the following commands:
11+
```sh
12+
pip install tkinter
13+
pip install copy
14+
pip install pygame
15+
pip install signal
16+
pip install pillow
17+
pip install tile
18+
```
19+
20+
## License
21+
22+
Distributed under the GPL-3.0 License. See [LICENSE](https://github.com/Ryse93/Python-2048/blob/main/LICENSEE) for more information.
23+
24+
## Authors
25+
26+
* **[Ryse93](https://github.com/Ryse93)** - *French student in high school*

0 commit comments

Comments
 (0)