This is the popular 2048 game made with Python and the Tkinter library. The game has a simple interface and allows players to play with the keyboard arrows. Also, sound effects and cell animations have been added.
- Python 3.x
- Tkinter (for GUI)
- Pygame (for sound effects)
- Download the project and go to the folder:
git clone https://github.com/MuradIsazade777/2048-tkinter.git
cd 2048-tkinter