Skip to content

omarmaiteeg/Solve-n-See-Sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents

Solve'n'See Sudoku

Solve’n’See Sudoku is an interactive application where you can generate, play, and solve Sudoku puzzles while visualizing the solving process using the backtracking algorithm.

Key Features

  • Visualization: Watch the backtracking algorithm in action.
Dynamic Sudoku puzzle generation
  • Dynamic Puzzle Generation: Play generated puzzles.
Dynamic Sudoku puzzle generation
  • Puzzle Solver: Input custom puzzles and use the solver to find solutions or check your answers.

Installation/Usage

The project is written in Python 3 and uses pygame for the GUI.

  1. Clone the repo:

    git clone git@github.com:omarmaiteeg/Solve-n-See-Sudoku.git
    
  2. Navigate to the src directory:

    cd Solve-n-See-Sudoku/src
    
  3. Install pygame:

    pip install pygame
    
  4. Run the program:

    python main.py
    

License

This project is licensed under the terms of the MIT license.

About

Interactive Sudoku application featuring puzzle generation, solving, and visualization of the backtracking algorithm. Developed in Python using pygame.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages