From 04118c393c4ae193620a60baf83563a6a80b6b14 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Thu, 17 Mar 2022 16:37:02 -0700 Subject: [PATCH] Spellcheck 2048 --- source/2/2.6/2.6.1/2048-qt.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.6/2.6.1/2048-qt.rst b/source/2/2.6/2.6.1/2048-qt.rst index 69c66b39..5c5ffd98 100644 --- a/source/2/2.6/2.6.1/2048-qt.rst +++ b/source/2/2.6/2.6.1/2048-qt.rst @@ -5,7 +5,7 @@ Chapter 2.6.1 2048-Qt Usage ------ -To play 2048-qt you use the arrows keys to combine blocks with the same number on them without having no possible moves at which point the game is over. As you move the blocks all the blocks in the game move in the direction of the arrow key your press. As you combine numbers your score increases by the sum of the block(s) you combine and is shown towards the upper right hand corner of the window. After each move a new block appears. In the upper right handd conrer is your :guilabel:`BEST` score in the game. To the left of you high score is your :guilabel:`SCORE` with the number of your current score. When your score increases you will see a :guilabel:`+x` where x is the number your score increases by. +To play 2048-qt you use the arrows keys to combine blocks with the same number on them without having no possible moves at which point the game is over. As you move the blocks all the blocks in the game move in the direction of the arrow key your press. As you combine numbers your score increases by the sum of the block(s) you combine and is shown towards the upper right hand corner of the window. After each move a new block appears. In the upper right hand corner is your :guilabel:`BEST` score in the game. To the left of you high score is your :guilabel:`SCORE` with the number of your current score. When your score increases you will see a :guilabel:`+x` where x is the number your score increases by. If midway you want to restart to a new game press the :guilabel:`New Game` button on the right hand side or :menuselection:`File --> New Game` or press :kbd:`Control+N`. If you want to close 2048-Qt from the keyboard press :kbd:`Control+Q`.