A cross-platform launcher for playing Spicy Lobster games.
- Fish Folk: Jumpy (
jumpy
) - Fish Folk: Punchy (
punchy
) - Thetawave (
thetawave
) - Astratomic (
astratomic
)
- Install and launch (via GUI/CLI)
- Auto updates
- Mod management
See available releases.
# Build CLI
$ cd cli/
$ cargo build --release
# Build GUI
$ cd gui/
$ yarn install --ignore-engines
$ yarn tauri build
spicy-launcher-cli [OPTIONS] [COMMAND]
Commands:
list List available games and releases
install Download and install a game
uninstall Uninstall a game
launch Launch a game
help Print this message or the help of the given subcommand(s)
Options:
-v, --verbose... Increase logging verbosity
-h, --help Print help information
-V, --version Print version information
List available releases:
spicy-launcher-cli
Install the latest version of a game:
spicy-launcher-cli install <game>
Launch the game:
spicy-launcher-cli launch <game>
Uninstall:
spicy-launcher-cli uninstall <game>