Skip to content
Snippets Groups Projects
ricochetrobots

ricochetrobots

Project ID: 11792438
Select Git revision
  • master default protected
  • npm
  • promise-with-resolvers
  • canonical-path-every
  • canonical-path
  • v0.1.1 protected
  • v0.1.0 protected
  • v0.0.2 protected
  • v0.0.1 protected
  • v0.0.0 protected
10 results
  • Clone with SSH
  • Clone with HTTPS
  • Kevin Cox's avatar
    Kevin Cox authored
    Update Rust crate clap to v4.5.31
    
    See merge request !105
    cc8b2393
    History

    Ricochet Robot Solver

    A solver for Ricochet Robots. You can run it online at https://ricochetrobots.kevincox.ca

    Development

    Running

    nix-build -A unoptimized
    python -m http.server --directory result/

    Set up auto-run on the nix-build step to have new changes take effect.

    TypeScript Definitions

    Your editor may have incomplete TypeScript definitions due to the lack of the API from Rust. In order to make them available just run:

    nix-build -A wasm-web --out-link wasm

    This will compile the Rust code and export the definitions to where your IDE should find them.