2048(6) - SerenityOS man pages

#Name

Icon 2048

Open

#Synopsis

$ 2048

#Description

2048 is the Serenity implementation of the 2014 game by Gabriele Cirulli.

The game begins with a 4x4 grid containing two tiles, each with a value of 2 or 4. Use the arrow keys (or WASD) to move all tiles up, down, left, or right. When two tiles with the same number collide, they merge into one with the sum of their values. A new tile appears in a random empty space after each move. The goal is to combine tiles until they reach 2048, though gameplay can extend beyond this point. The game ends when the grid is full, and no more moves are possible.

This implementation supports Undo (Ctrl+Z) and Redo (Shift+Ctrl+Z).

Press F2 to start a new game.

#Settings

Modify game size, goal and difficulty in the settings. The options are:

Start a new game for changes to apply.