The 2048 Game is a highly engaging and addictive single-player sliding tile puzzle, created by Gabriele Cirulli in 2014. The objective is to combine numbered tiles on a 4x4 grid to create a tile with the number 2048. Players slide tiles in four possible directions, with each move adding a new tile to the grid, and tiles with the same number merging when they collide. The game requires strategic planning and foresight to avoid running out of moves, offering a compelling challenge that has captivated puzzle enthusiasts worldwide. Just browse https://2048game.com
Name: Mubashir Iqbal | AI Researcher | System Engineer | Software Engineer
Email to: [email protected]
This puzzle game is developed using Qt Framework. It is a QWidget application with the backend of C++ programming language.
Combine numbered tiles to create a tile with the number 2048.
Played on a 4x4 grid.
Slide tiles up, down, left, or right to move all tiles in that direction.
When two tiles with the same number collide, they merge into one tile with their sum.
After each move, a new tile (2 or 4) randomly appears on an empty spot on the grid.
The game is won when a tile with the number 2048 is created.
The game ends when there are no empty spots left on the grid and no possible moves.
The score increases by the value of the tiles combined during each move.
Requires strategic planning to merge tiles efficiently and avoid running out of moves.