mirror of
https://github.com/profullstack/logicsrc.git
synced 2026-08-13 14:37:26 +00:00
13 lines
533 B
Markdown
13 lines
533 B
Markdown
# TUI
|
|
|
|
The Logicsrc TUI package contains terminal rendering helpers for the static dashboard and Waiting Arcade.
|
|
|
|
```bash
|
|
logicsrc tui
|
|
logicsrc arcade
|
|
logicsrc arcade play snake
|
|
```
|
|
|
|
Waiting Arcade is dependency-free and runs inside the terminal. It uses keyboard input only and falls back to a static snapshot when stdout or stdin is not a TTY.
|
|
|
|
Task integrations should emit progress, log, approval, expense, completion, and error events into the arcade runtime so attention events can pause the game and show an actionable modal.
|