Skip to content

Commit

Permalink
bastet: add page (#4940)
Browse files Browse the repository at this point in the history
  • Loading branch information
sahilister authored Nov 7, 2020
1 parent 6b7587e commit 08485f8
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions pages/common/bastet.md
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`

0 comments on commit 08485f8

Please sign in to comment.