Back
Play Hidoku
Load previous page…
add capability for algorithm to create 50 solution grids and export to csv so I can upload to database
#hidoku
solve puzzle generated with python algorithm to test my creation
#hidoku
make algorithm run multiple times until it finds the best version of the puzzle
#hidoku
limit solver function to 1.5M times and make model try another number if that happens
#hidoku
make model go grazy when millions of solutions are possible
#hidoku
add time and iterations it takes to generate initial puzzle grid
#hidoku
refuse to give up until my code works like I expected it to
#hidoku
improve algorithm to generate puzzles to deal with cases in which there could be multiple solutions
#hidoku
add progress data so i can identify when the algorithm gets stuck or is running longer than expected
#hidoku
get smallest playable number to be automatically selected when user starts new puzzle
#hidoku
get reselected cell border to clear if user clicks away and keeps playing
#hidoku