A Tetris remake that's using Slint for the user interface. web-demo
cargo run
- Move right and left:
Q - D / ← - →
- Rotate right:
Z / ↑ / C
- Rotate left:
X
- Drop:
S / ↓
- Hard-drop:
<Space>
- Hold:
H
- Add a level system to gradually increase speed
- Add touch buttons