Victorique (2011-08-27)
Hakoiri musume solver.
Victorique solves "hakoiri musume" type of sliding block puzzles (also
known as klotski). The solution is printed to stdout.
With a bit of effort, you can also edit victorique.cc to make her
solve other puzzles. For example, to solve the Pennant puzzle, change
the "W" and "t" arrays to these values:
*W[] =
{
"aabb",
"aacc",
"de..",
"fghh",
"fgii"
},
*t[] =
{
"....",
"....",
"....",
"aa..",
"aa.."
};
edit.html shows how the program went from a regular looking source
code to ASCII art.
Based on Victorique from GOSICK.
--
omoikane@uguu.org - http://uguu.org/