Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gabrielle-nelis/2048

This 2048 game is a classic puzzle recreated using pure Python and the Pygame library. Swipe to combine tiles and try to reach the elusive 2048 tile!
https://github.com/gabrielle-nelis/2048

2048-clone pygame python

Last synced: about 1 month ago
JSON representation

This 2048 game is a classic puzzle recreated using pure Python and the Pygame library. Swipe to combine tiles and try to reach the elusive 2048 tile!

Awesome Lists containing this project

README

        

# 2048 Clone with Pygame
### 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.

# Features

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.

## Getting Started

### Install dependencies:
```Bash
Ensure you have Python and Pygame installed. You can install them using pip:
pip install pygame
```

### Clone the repository:

```Bash
git clone https://github.com/your-username/2048-pygame.git
```

### Run the game:

```Bash
python main.py
```