Skip to content

A cross-platform launcher for Fish Fight 🐠

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

orhun/FishLauncher

 
 

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] <SUBCOMMAND>
OPTIONS:
    -v, --verbose    Increase logging verbosity
    -h, --help       Print help information
    -V, --version    Print version information

SUBCOMMANDS:
    list       List available releases
    install    Download and install the game
    uninstall  Uninstall the game
    launch     Launch the game
    help       Print this message or the help of the given subcommand(s)

Examples

List available releases:

spicy-launcher-cli

Install the latest version:

spicy-launcher-cli install

Launch the game:

spicy-launcher-cli launch

Uninstall:

spicy-launcher-cli uninstall

License

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

About

A cross-platform launcher for Fish Fight 🐠

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 58.2%
  • CSS 21.5%
  • Svelte 11.9%
  • JavaScript 4.6%
  • TypeScript 3.0%
  • HTML 0.8%