Skip to content

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!

Notifications You must be signed in to change notification settings

gabrielle-nelis/2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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:

Ensure you have Python and Pygame installed. You can install them using pip:
pip install pygame

Clone the repository:

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

Run the game:

python main.py

About

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!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages