Skip to content

klmnjulian/sudoku-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Solver

This is a web-based Sudoku solver application built using Flask.

Features

  • Solve Sudoku puzzles using a (simple) backtracking algorithm.
  • Clear the board to start a new puzzle.

Installation

  1. Clone the repository:

    git clone https://github.com/klmnjulian/sudoku-solver.git
  2. Navigate to the project directory:

    cd sudoku-solver
  3. Install the dependencies:

    pip install -r requirements.txt
  4. Run the application:

    python app.py
  5. Open your web browser and go to http://localhost:5000 to access the Sudoku solver.

Usage

  • Enter the Sudoku puzzle numbers into the grid.
  • Click the "Solve" button to solve the puzzle.
  • Click the "Clear" button to clear the board and start a new puzzle.

Contributing

Contributions are welcome! If you find any bugs or have suggestions for improvement, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.