A new version of the classic 2048 game, written in Qt/QML, with advanced features:
- Custom rules (two game modes)
- Themes (Normal / Dark / Neon)
- Sound effects (4 options + silent mode)
- Progress saving
- Tile appearance animations
- Windows support (Qt 6)
- numbers cannot be combined multiple times, e.g. 2 2 2 2 -> 4 4
- standard connection order, e.g. 2 2 2 -> 2 4
- after each move, a tile of 2 or 4 appears
- a tile cannot appear without moving or combining
- tiles can be chained, e.g. 2 2 2 2 -> 8
- different connection order, e.g. 2 2 2 -> 4 2
- only 2 can appear
- a tile can appear even without moving the others or combining
- Normal — classic, light-colored
- Dark — dark, minimalist, with a blue tint
- Neon — bright, high-contrast, neon-colored
In the settings, you can choose from four sound options, as well as no sound.
- 4x4 field
- current score
- best score
- selected mode
- selected theme
- selected sound
All data is stored in settings.txt file next to the .exe file.
- Go to "Releases"
- Download 2048.zip
- Unzip the archive
- Run 2048.exe
- Create a shortcut and move it anywhere