From e59556d53197093cf6ac22fb8239b0fdd81c1aec Mon Sep 17 00:00:00 2001 From: David Lindbom Date: Sun, 9 Jan 2022 20:22:12 +0100 Subject: [PATCH] Base: Add manual page for 2048 --- Base/usr/share/man/man6/2048.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Base/usr/share/man/man6/2048.md diff --git a/Base/usr/share/man/man6/2048.md b/Base/usr/share/man/man6/2048.md new file mode 100644 index 00000000000..3ee58df9eb6 --- /dev/null +++ b/Base/usr/share/man/man6/2048.md @@ -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.