/papermario-solver

A solver for the ring puzzles in Paper Mario: Origami King

Primary LanguageTypeScriptMIT LicenseMIT

Paper Mario: Origami King Solver

A playground and solver for Paper Mario: Origami King ring puzzles. See it running live at https://papermario.alyssa.codes!

Setting up your workspace

$ npm run install

Testing Locally

$ npm start

See src/solver.rs for the actual solving code. Most of the rest is just interface.