diff --git a/help/C/basics.page b/help/C/basics.page new file mode 100644 index 0000000000000000000000000000000000000000..782efecca3a438746beb37a524f54b857de4604d --- /dev/null +++ b/help/C/basics.page @@ -0,0 +1,36 @@ + + + + + + + Anthony Saldana Valle + ansavanix@gmail.com + 2022 + + + + + Start and quit a game of 2048 + + + Basic Instructions + +
+ Start a new game + +

Press New Game or press CtrlN to open the grid size selection menu and press 3x3, 4x4, or 5x5 to start a new game with the selected grid size.

+ +

Press ShiftCtrlN to start a new game with the same grid size as the current game.

+ +
+ +
+ Quit <app>2048</app> + +

Press CtrlQ to quit 2048 at any time.

+
+ +
diff --git a/help/C/controls.page b/help/C/controls.page new file mode 100644 index 0000000000000000000000000000000000000000..8725b1266cde446b5d427cf808f63cba2c86a560 --- /dev/null +++ b/help/C/controls.page @@ -0,0 +1,39 @@ + + + + + + + Anthony Saldana Valle + ansavanix@gmail.com + 2022 + + + + + Default controls for 2048 + + + Controls + +

You can click and drag your mouse on the board to shift squares in the same direction. If you want to use the keyboard instead, the default keys to shift the squares in 2048 are:

+ + + +

to shift squares left.

+
+ +

to shift squares up.

+
+ +

to shift squares right.

+
+ +

to shift squares down.

+
+
+ + +
diff --git a/help/C/index.page b/help/C/index.page index 3b20a14dd1e20371cbbb2264f92c83da49e1ea2a..60987f8e22263a1d40348bef0cbf19e0e4d1822d 100644 --- a/help/C/index.page +++ b/help/C/index.page @@ -20,4 +20,9 @@

2048 is a clone of Gabriele Cirulli's 2048, a puzzle game based on Veewo Studios' 1024.

+ +
+ Game play +
+ diff --git a/help/C/objective.page b/help/C/objective.page new file mode 100644 index 0000000000000000000000000000000000000000..c7c02902a540f7b895e81ff72829e3f214897a09 --- /dev/null +++ b/help/C/objective.page @@ -0,0 +1,27 @@ + + + + + + + Anthony Saldana Valle + ansavanix@gmail.com + 2022 + + + + + + + + Objective of 2048 + + + Objective + +

To earn points in 2048, you need to combine squares with the same numerical label. This is done by shifting the board in a direction in which two equivalent squares meet. If the board is full and you cannot combine any squares, the game ends.

+ + +
diff --git a/help/C/scores.page b/help/C/scores.page new file mode 100644 index 0000000000000000000000000000000000000000..adceced0fe32de6c8674edb09ba9a843016d7dba --- /dev/null +++ b/help/C/scores.page @@ -0,0 +1,24 @@ + + + + + + + Anthony Saldana Valle + ansavanix@gmail.com + 2022 + + + + + View high scores in 2048 + + + Viewing high scores + +

Select the menu button on the top right corner or press F10 and then select Scores to view high scores. Open the menu labelled "Grid Size" to select the grid size to view high scores for.

+ + +