2048

From Uzebox Wiki
Revision as of 22:08, 2 March 2023 by Uze6666 (talk | contribs) (→‎Sources)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
2048
2048.png
2048 gameplay
Genrepuzzle
DeveloperHartmut Wendt (Harty123)
Code licenseGNU General Public License version 3
or (at your option) any later version.
Media licenseCreative Commons Attribution Share-Alike version 3.0
EngineKernel 3.1
Video Mode1+
Release date2014-08-16
LanguageEnglish



'2048' is a port of the famous single-player puzzle game with the same name created by Gabriele Cirulli, in which the objective is to slide numbered tiles on a grid to combine them and create a tile with the number 2048.


Features

  • 4x4 grid
  • hall of fame (score list)
  • 1 sound tracks


Controls

in main menu:

  • press START to run the game

in the game:

  • UP/DOWN/LEFT/RIGHT: Tiles slide as far as possible in the chosen direction
  • A: Quit the current game

in hall of fame:

  • Up/Down: choose character
  • left/right: choose position
  • A: save highscore


Manual

2048 is played on a simple gray 4×4 grid, with numbered tiles that slide smoothly when a player moves them using the four arrow keys. Every turn, a new tile will randomly appear in an empty spot on the board with a value of either 2 or 4. Tiles slide as far as possible in the chosen direction until they are stopped by either another tile or the edge of the grid. If two tiles of the same number collide while moving, they will merge into a tile with the total value of the two tiles that collided. The resulting tile cannot merge with another tile again in the same move. (source Wikipedia).


ROM

Play In Browser

2048 V1.0 HEX file

2048 V1.0 UZE file

Sources

Github