This is a command-line tool that solves the Hit & Blow game.
 It is a heuristic solver and does not provide a complete analytical solution.
 The

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-04-27 05:30:03

This is a command-line tool that solves the Hit & Blow game. It is a heuristic solver and does not provide a complete analytical solution. The solving method is based on the approach by B. Landy described on page 3 of the following paper (in Japanese): https://www.tanaka.ecc.u-tokyo.ac.jp/ktanaka/papers/gpw96.pdf

The tool assumes a 3-digit Hit & Blow game using digits from 0-9. If you want to change the number of digits or the range of digits, you can edit the beginning of the main method in main.go directly.

Leave a Comment