This repository contains a Python implementation of the popular puzzle game 2048, built using the Pygame library. The game allows players to slide tiles on a grid, combining tiles of the same value to create higher-numbered tiles. The goal is to reach the coveted 2048 tile.
Classic gameplay: Enjoy the familiar 2048 mechanics with a simple and intuitive interface. Pygame-powered graphics: Experience the game with visually appealing tiles and a smooth animation. Scoring system: Keep track of your progress and compete against yourself or others. Game over detection: The game automatically ends when there are no more possible moves.
Ensure you have Python and Pygame installed. You can install them using pip:
pip install pygame
git clone https://github.com/your-username/2048-pygame.git
python main.py