Skip to content

liamarguedas/py2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python 2048 Game

Welcome to the Python 2048 Game, built using Pygame!

Overview

This game is a rendition of the classic 2048 puzzle, where the player's objective is to reach the elusive 2048 tile by merging tiles of the same number. It offers a captivating and addictive gaming experience with sleek graphics and intuitive controls.

Installation

To install the required dependencies, run the following command:

pip install -r requirements/requirements.txt

How to Play

To run the game, simply execute the following command:

python main.py

Once the game starts, you can use the WASD keys to move the tiles in the desired direction (W: up, S: down, A: left, or D: right). Tiles with the same number will merge when they collide, doubling their value. Keep merging tiles strategically to reach the 2048 tile and achieve the highest score possible!

Enjoy the game!


Feel free to customize it further based on your specific game features and requirements.

About

Classic 2048 game build with PyGame

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages