HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

blockout2 — Tetris like game in 3D. More information: <https://www.blockout.net/blockout2/>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandblockout2likecliinformationgamemoretetris

Problem

How to use the blockout2 command: Tetris like game in 3D. More information: <https://www.blockout.net/blockout2/>.

Solution

blockout2 — Tetris like game in 3D. More information: <https://www.blockout.net/blockout2/>.

Start a new game:
blockout2


Navigate the current piece on a 2D plane:
{{<ArrowUp>|<ArrowDown>|<ArrowLeft>|<ArrowRight>}}


Rotate the piece on its axis:
{{<q>|<w>|<e>|<a>|<s>|<d>}}


Hard drop the current piece:
<Space>


Pause/unpause the game:
<p>

Code Snippets

Start a new game

blockout2

Navigate the current piece on a 2D plane

{{<ArrowUp>|<ArrowDown>|<ArrowLeft>|<ArrowRight>}}

Rotate the piece on its axis

{{<q>|<w>|<e>|<a>|<s>|<d>}}

Hard drop the current piece

<Space>

Pause/unpause the game

<p>

Context

tldr-pages: common/blockout2

Revisions (0)

No revisions yet.