Skip to content

Cross-platform launcher for Spicy Lobster games 🌶🦞

License

Notifications You must be signed in to change notification settings

cdsupina/SpicyLauncher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spicy Launcher

Build Status License Discord

A cross-platform launcher for playing Spicy Lobster games.

gui_preview

Supported games

Features

  • Install and launch (via GUI/CLI)
  • Auto updates
  • Mod management

Download

See available releases.

Build from source

# Build CLI
$ cd cli/
$ cargo build --release
# Build GUI
$ cd gui/
$ yarn install --ignore-engines
$ yarn tauri build

CLI

cli_preview

Usage

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

Examples

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>

License

All code is licensed under The MIT License or Apache 2.0 License.

About

Cross-platform launcher for Spicy Lobster games 🌶🦞

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 58.4%
  • CSS 19.4%
  • Svelte 14.0%
  • JavaScript 4.1%
  • TypeScript 3.4%
  • HTML 0.7%