2020-11-07 19:24:55 +00:00
|
|
|
# bastet
|
|
|
|
|
|
|
|
> Clone of the game Tetris in the terminal.
|
|
|
|
> More information: <https://fph.altervista.org/prog/bastet.html>.
|
|
|
|
|
2021-08-15 19:59:09 +02:00
|
|
|
- Start a Tetris game:
|
2020-11-07 19:24:55 +00:00
|
|
|
|
|
|
|
`bastet`
|
|
|
|
|
|
|
|
- Navigate the piece horizontally:
|
|
|
|
|
2025-03-09 03:23:24 +02:00
|
|
|
`{{<ArrowLeft>|<ArrowRight>}}`
|
2020-11-07 19:24:55 +00:00
|
|
|
|
|
|
|
- Rotate the piece clockwise or counterclockwise:
|
|
|
|
|
2025-03-09 03:23:24 +02:00
|
|
|
`{{<Space>|<ArrowUp>}}`
|
2020-11-07 19:24:55 +00:00
|
|
|
|
|
|
|
- Soft drop the piece:
|
|
|
|
|
2025-03-09 03:23:24 +02:00
|
|
|
`<ArrowDown>`
|
2020-11-07 19:24:55 +00:00
|
|
|
|
|
|
|
- Hard drop the piece:
|
|
|
|
|
2023-12-29 17:02:08 +01:00
|
|
|
`<Enter>`
|
2020-11-07 19:24:55 +00:00
|
|
|
|
|
|
|
- Pause the game:
|
|
|
|
|
2025-03-09 03:23:24 +02:00
|
|
|
`<p>`
|
2020-11-07 19:24:55 +00:00
|
|
|
|
|
|
|
- Quit the game:
|
|
|
|
|
2025-03-09 03:23:24 +02:00
|
|
|
`<Ctrl c>`
|