2020-11-16 18:46:58 +00:00
|
|
|
# blockout2
|
|
|
|
|
|
|
|
> Tetris like game in 3D.
|
2024-10-12 10:02:00 +02:00
|
|
|
> More information: <https://www.blockout.net/blockout2/>.
|
2020-11-16 18:46:58 +00:00
|
|
|
|
|
|
|
- Start a new game:
|
|
|
|
|
|
|
|
`blockout2`
|
|
|
|
|
|
|
|
- Navigate the current piece on a 2D plane:
|
|
|
|
|
2025-03-09 03:23:24 +02:00
|
|
|
`{{<ArrowUp>|<ArrowDown>|<ArrowLeft>|<ArrowRight>}}`
|
2020-11-16 18:46:58 +00:00
|
|
|
|
|
|
|
- Rotate the piece on its axis:
|
|
|
|
|
2025-03-09 03:23:24 +02:00
|
|
|
`{{<q>|<w>|<e>|<a>|<s>|<d>}}`
|
2020-11-16 18:46:58 +00:00
|
|
|
|
|
|
|
- Hard drop the current piece:
|
|
|
|
|
2025-03-09 03:23:24 +02:00
|
|
|
`<Space>`
|
2020-11-16 18:46:58 +00:00
|
|
|
|
|
|
|
- Pause/unpause the game:
|
|
|
|
|
2025-03-09 03:23:24 +02:00
|
|
|
`<p>`
|