8000 GitHub - BrMaro/SudokuSleuth: A sudoku solver done by backtracking aka recursion and simulated by pygame
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

BrMaro/SudokuSleuth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Sleuth

This Python script simulates the solving of Sudoku puzzles. The program simulates the filling in of the missing puzzle pieces demonstrated using the pygame library. It uses the Backtracking algorithm to solve the puzzle

GIF

Features

  • Interactive Sudoku solver
  • Visualization of the solving process
  • User-friendly interface for inputting Sudoku puzzles
  • Basic game menu

Requirements

  • Python 3.x
  • Pygame

Installation

  1. Clone the repository:
    git clone https://github.com/BrMaro/SudokuSleuth
  2. Install Pygame:
    pip install pygame

Usage

  1. Navigate to the project directory:
    cd sudoku-sleuth
  2. Run the script:
    python sudoku_solver.py

How to Use

  • Click on a cell to change its number before solving.
  • Press SPACE to start simulation, ESC to pause, and RETURN to solve immediately.

About

A sudoku solver done by backtracking aka recursion and simulated by pygame

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Langua 2E8D ges

0