-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6b7587e
commit 08485f8
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# bastet | ||
|
||
> Clone of the game Tetris in the terminal. | ||
> More information: <https://fph.altervista.org/prog/bastet.html>. | ||
- Start a tetris game: | ||
|
||
`bastet` | ||
|
||
- Navigate the piece horizontally: | ||
|
||
`{{Left|Right}} arrow key` | ||
|
||
- Rotate the piece clockwise or counterclockwise: | ||
|
||
`{{Spacebar|Up arrow key}}` | ||
|
||
- Soft drop the piece: | ||
|
||
`Down arrow key` | ||
|
||
- Hard drop the piece: | ||
|
||
`Enter` | ||
|
||
- Pause the game: | ||
|
||
`p` | ||
|
||
- Quit the game: | ||
|
||
`Ctrl + C` |