mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-02 08:42:55 +00:00
26 lines
364 B
Plaintext
26 lines
364 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# cuyo
|
|
|
|
> Tetris like game.
|
|
> More information: <https://www.karimmi.de/cuyo/>.
|
|
|
|
- Start a new game:
|
|
|
|
`cuyo`
|
|
|
|
- Navigate the piece horizontally:
|
|
|
|
`{{<a>|<d>|<ArrowLeft>|<ArrowRight>}}`
|
|
|
|
- Turn the piece:
|
|
|
|
`{{<w>|<ArrowUp>}}`
|
|
|
|
- Hard drop the piece:
|
|
|
|
`{{<s>|<ArrowDown>}}`
|