If you like this site, I would appreciate a gift from my wishlist.

Solvers and Other Programs for Japanese Puzzle Games

Japanese puzzle games, either those published by the Japanese publisher Nikoli or similar, have become popular in recent years, and I’ve been enjoying solving them on the computer (or sometimes on paper) as well. Like any good programmer, I’ve been asking myself “How can I get a computer to do the hard work for me?” and started working on some solvers for them. This section contains the solvers that I started to work on, or mostly completed.

You can find some good online implementations of these games here:

The Programs

ABC Path Solver

Kakurasu Solver

Under Development

Kakuro Solver

A Kakuro solver written in Ruby. Incomplete and a Google search will yield others.

Hitori Solver

A solver for Hitori written in Ruby. Incomplete.

Nurikabe Solver

A solver for Nurikabe written in Perl 5. Still very partial - a good Nurikabe-solving heuristic requires many sophisticated algorithms.

Similar Efforts

This is a list of similar efforts to write automated solvers and automated generators for such games: