Sudoku Hidato
Hidato Sudoku is a puzzle game where the goal is to fill a board with consecutive numbers that connect horizontally, vertically, or diagonally. The smallest number is 1, and the largest number corresponds to the total number of squares on the board. Each number’s predecessor and successor must be in adjacent squares.
This project includes a solver and generator for Hidato puzzles, implemented in Haskell.
Features
Generates random Hidato puzzles.
Solves Hidato puzzles.
Written in Haskell.
Resources:
Habilities
Programming
Functional Programming