Skip to content

MehrdadShirvani/2048_Remade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

2048_ in Terminal, (BP Mini Project)

Logo

A simple 2048 puzzle game implemented in C++ as a mini project for a basic programming course. The game offers a classic 2048 experience with extra features to customize gameplay and track scores.


Features

  • ๐ŸŽฎ Classic 2048 gameplay mechanics
  • ๐Ÿ—‚๏ธ Main menu with intuitive navigation
  • ๐Ÿ“ Choose different board sizes (e.g., 4x4, 5x5, etc.)
  • ๐Ÿ† View and track best scores per board size
  • ๐Ÿ“ Enter player name for personalized experience
  • ๐Ÿ“Š Leaderboard showing top scores filtered by board size

Screenshots

Main Menu
Loading
Game Board


How to Play

Use the arrow keys to move tiles in four directions. When two tiles with the same number collide, they merge into one with their sum. The goal is to reach the 2048 tile or achieve the highest possible score.


Build & Run

  1. Compile the source code using your favorite C++ compiler, e.g.:
g++ -o 2048game TheGame -std=c++17
  1. Run the executable:
./2048game

License

This project is open-source and free to use for educational purposes.


Enjoy the game and try to beat your best score! ๐Ÿš€

About

A simple 2048 puzzle game implemented in C++ as a mini project for a basic programming course. The game offers a classic 2048 experience with extra features to customize gameplay and track scores.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages