mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
Base: Document Escape and P pausing/unpausing BrickGame
This commit is contained in:
parent
ddac8192e3
commit
d4d625b58e
Notes:
sideshowbarker
2024-07-17 02:23:25 +09:00
Author: https://github.com/karolba Commit: https://github.com/SerenityOS/serenity/commit/d4d625b58e Pull-request: https://github.com/SerenityOS/serenity/pull/17781 Reviewed-by: https://github.com/MacDue ✅
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ You can control where and how a piece falls, by moving it left or right, making
|
|||
- 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 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.
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue