Skip to content

chrsmith/kami2-solver

Repository files navigation

Kami 2 Solver in F#

Kami 2 is a beautiful puzzle game based on coloring oragami paper. The best way is to see how the gamelay unfolds is to just watch a quick demo.

This repo contains a solver for Kami 2 puzzels written in F#. It takes a screenshot of the puzzle as input, and outputs a sequence of images to perform to solve the puzzle.

Details on the algorithm and approach can be found on my blog at: completely-unique.com.

Known Issues

  • "Textured" colors are not supported. (Only seen in some user-generated puzzles.)
  • It cannot handle puzzles with 10+ moves. In theory it will find a solution eventually, but obviously a better algorithm is needed.

License

Source code is made available under the MIT license.

Kami 2 and related imagery are copyright State of Play games.

About

Solver for Kami2 puzzles in F#

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages