A modern 2048 game built with Python's customtkinter library. This implementation includes a sleek dark-themed GUI, high score tracking, keyboard controls, and more.
- Classic 2048 gameplay
- Keyboard controls (Arrow keys or WASD)
- High score persistence across sessions
- Responsive GUI using
customtkinter - Dark mode interface
- How to Play instructions
- Python 3.11
customtkintertkinter(comes pre-installed with most Python distributions)
python3 main.py
After running the program, a game GUI should pop up.