-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
20a5d20
commit 8a0441a
Showing
1 changed file
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,21 @@ | ||
# 2048-with-Python | ||
# 🕹️ 2048 Game Clone | ||
|
||
**This is a 2048 game clone made with Python.** | ||
|
||
## 📖 Overview | ||
|
||
In this game, the goal is to slide numbered tiles on a 4x4 grid, combine them, and create a tile with the number 2048. | ||
|
||
## 🎮 Features | ||
|
||
- Simple controls using arrow keys. | ||
- Score tracking. | ||
- Visually appealing tile colors. | ||
|
||
## 📝 License | ||
|
||
This project is licensed under the GNU General Public License (GPL). | ||
|
||
--- | ||
|
||
Thank you for playing the 2048 game! Enjoy! 🎉 |