mirror of
https://github.com/RGBCube/serenity
synced 2025-05-30 23:38:11 +00:00

Differentiate GUI applications in man pages with icons. This is the revert of the revert commit, now that the icon processing was fixed in89c0f84a28
. Revert:dae298e9df
Original:74238d0aba
Co-authored-by: electrikmilk <brandonjordan124@gmail.com>
21 lines
565 B
Markdown
21 lines
565 B
Markdown
## Name
|
|
|
|
 2048
|
|
|
|
## Synopsis
|
|
|
|
```**sh
|
|
$ 2048
|
|
```
|
|
|
|
## Description
|
|
|
|
2048 is a game where the goal is to combine tiles by sliding them together until making a tile with the number 2048 on it.
|
|
|
|
The tiles can be moved by pressing the arrow keys and they will combine when they are next to each other.
|
|
|
|
## Settings
|
|
|
|
The game size, goal and difficulty can be changed in the settings.
|
|
|
|
The Evil AI setting will allow the game engine to choose the worst possible square to place the new tile. Normal mode will place it at a random spot.
|