Mercury13 / mystic-pillars-solver

Solver for “Mystic Pillars” smartphone game (Kannada)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What’s this?

Solver for Mystic Pillars, an Indian (Kannada) smartphone game.

Pillars are connected with links; some are unidirectional, some are bidirectional. Some pillars have gems on them. The move is: if the shortest path between pillars A and B is 4, then you take 4 gems from pillar A and put them to pillar B. You must convert the pillars to predetermined final state in N moves.

I stuck in level 95 and decided to write a solver.

Right now you program levels just in source code.

About

Solver for “Mystic Pillars” smartphone game (Kannada)

License:MIT License


Languages

Language:C++ 97.9%Language:QMake 2.1%