mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 09:51:57 -05:00
Base: Add manual page for 2048
This commit is contained in:
parent
8f3759c04f
commit
e59556d531
1 changed files with 21 additions and 0 deletions
21
Base/usr/share/man/man6/2048.md
Normal file
21
Base/usr/share/man/man6/2048.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
## 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.
|
Loading…
Add table
Reference in a new issue