A robust Python-based Sudoku solver that combines human-like logical heuristics with algorithmic backtracking to solve puzzles efficiently. The project includes a Graphical User Interface (GUI) to ...
This project features an interactable sliding puzzle, a kind where there are shuffled tiles on a grid and an empty space into which you can slide other tiles. The goal of this puzzle is to place the ...