Base: Make keyboard keys in the BrickGame manual and Help page stand out

by making them `monospace` in the Help page, and bold in the manual.
This helps to quickly find out where the keyboard controls are in the
manual when skimming its contents.
This commit is contained in:
Karol Baraniecki 2023-03-08 18:44:14 +01:00 committed by Brian Gianforcaro
parent d4d625b58e
commit be4da57004

View file

@ -14,12 +14,12 @@ $ BrickGame
BrickGame is a classic game. Pieces consisting of four small squares each fall from the top of the screen, being fixed in place once they land at the very bottom or on top of other pieces. Once a piece has landed, the next piece will start falling; you can preview this piece on the right side of the screen. By filling an entire row (or line) of squares, that row will be removed and the rows above will shift down. It is also possible to clear multiple lines at once.
You can control where and how a piece falls, by moving it left or right, making it move down faster, dropping it down instantly, or rotating it left and right. There are multiple control schemes available for these six basic actions; and the space bar always serves as the instant drop key.
- Left: Move left, Right: Move right, Up: Rotate right, Down: Move down
- A: Move left, D: Move right, W: Rotate right, E: Rotate left, S: Move down
- H: Move left, L: Move right, K: Rotate right
You can control where and how a piece falls, by moving it left or right, making it move down faster, dropping it down instantly, or rotating it left and right. There are multiple control schemes available for these six basic actions; and the `space bar` always serves as the instant drop key.
- `Left`: Move left, `Right`: Move right, `Up`: Rotate right, `Down`: Move down
- `A`: Move left, `D`: Move right, `W`: Rotate right, `E`: Rotate left, `S`: Move down
- `H`: Move left, `L`: Move right, `K`: Rotate right
The Escape and P keys pause and unpause the game.
The `Escape` and `P` keys pause and unpause the game.
The seven pieces are commonly named "T", "J", "L", "O", "S", "Z", and "I". Note that while "J" and "L" as well as "S" and "Z" are mirrors of each other, they cannot be used interchangeably since you can only rotate pieces.