← all modules

Rebels in the Sky

Rebels in the Sky, a space basketball TUI. Needs rebels installed.

  • command · tui
  • by alekdob
  • v0.1.0
  • 8 x 6 cells
  • tui
  • game

about

Rebels in the Sky is a space basketball manager that runs in the terminal. Here it runs in a block, 8 x 6.

Long-running programs belong in command modules: they keep their own process, and the block keeps it alive until you close it.

module.json

{
  "id": "rebels",
  "name": "Rebels in the Sky",
  "kind": "command",
  "command": "rebels",
  "w": 8,
  "h": 6,
  "description": "Rebels in the Sky, a space basketball TUI. Needs rebels installed.",
  "author": "alekdob",
  "tags": [
    "tui",
    "game"
  ],
  "version": "0.1.0",
  "glyph": [
    "..#..",
    ".###.",
    ".###.",
    "#####",
    ".#.#."
  ],
  "requires": "cargo install rebels"
}