An hexadecimal sudoku solver that can solve very hard 16 x 16 puzzles. Enjoy!
Follow these steps to get the Sudoku Solver running on your local machine.
git clone https://github.com/echojoel/hexa-sudoku
yarn
yarn start
Head to http://localhost:8080
Input the sudoku in the URL. Use 'x' character to represent blanks.
For example, the image presented in this README would be:
EBxF3xxxx6xxxx4xxC8xxxx5x0xxx6xxx5xxxxxD4ExxxA90xxxx1x4xFxACxxxxx14Bx02C5xEx38AxxAxxxxxB0xx47xxxxx5ExxF1D36B9xxxxxxxx3xxxxxxxE5xxxxxxxxEAxx78x1xxFxD8xx0xxx2xxExBxx7x2xxE9xxxxFxCx6xx9xxxx5xxxxxxxxxEBDx8xF0xxx1xxxxxxxxCxx6xxxDxxx42xxAxxDxE7x5x8xxxxx32x7xxxx6
The URL would be:
Insted of using the UI, you can also use the script directly:
python3 ./solver/hexa_solver.py {YOUR_HEXA_SUDOKU}