Skip to content
#

sudoku-puzzles

Here are 40 public repositories matching this topic...

Sudoku-Solver

🎯 This Python-based Sudoku Solver utilizes the PyGame Library and Backtracking Algorithm to visualize and solve Sudoku puzzles efficiently. With its intuitive interface, users can input and interact with the Sudoku board, allowing for a seamless solving experience.

  • Updated Mar 30, 2023
  • Python

Sudoku is a game played on a 9x9 grid where every single square is filled with a number from 1 to 9 unique to its row, column, and 3x3 subgrid. This program is a sudoku app that allows a user to generate sudoku boards, solve given boards instantly, and play randomly generated or given sudoku boards.

  • Updated Apr 15, 2023
  • C++

Improve this page

Add a description, image, and links to the sudoku-puzzles topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sudoku-puzzles topic, visit your repo's landing page and select "manage topics."

Learn more