A fully AI-written clone of 2048 in Python!
- Install Pygame
pip install pygame
- Clone the repository or download the
2048.py
file. - Run the game
python 2048.py
- Use the arrow keys (Up, Down, Left, Right) to move the tiles.
- Tiles with the same number will merge when they collide.
- The goal is to create a tile with the number 2048.