8000 GitHub - echojoel/hexa-sudoku: An hexadecimal sudoku solver
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

echojoel/hexa-sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexa Sudoku Solver

An hexadecimal sudoku solver that can solve very hard 16 x 16 puzzles. Enjoy!

Prerequisites

Instructions

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 format

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:

http://localhost:8080/solve/EBxF3xxxx6xxxx4xxC8xxxx5x0xxx6xxx5xxxxxD4ExxxA90xxxx1x4xFxACxxxxx14Bx02C5xEx38AxxAxxxxxB0xx47xxxxx5ExxF1D36B9xxxxxxxx3xxxxxxxE5xxxxxxxxEAxx78x1xxFxD8xx0xxx2xxExBxx7x2xxE9xxxxFxCx6xx9xxxx5xxxxxxxxxEBDx8xF0xxx1xxxxxxxxCxx6xxxDxxx42xxAxxDxE7x5x8xxxxx32x7xxxx6

CLI

Insted of using the UI, you can also use the script directly:

python3 ./solver/hexa_solver.py {YOUR_HEXA_SUDOKU}

About

An hexadecimal sudoku solver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0