Inspiration

When I play hard Sudoku puzzles, sometimes I can't solve them. This Sudoku solver will help people when they are facing difficulty.

What it does

Automatically checks numbers from 1-9 and applies it to the blank spaces.

Checks the row, column, and box to make sure the number is in the correct place.

How we built it

I used Python IDLE to build it. I first thought about the Sudoku rules and how I can get the computer to check for those rules. Once that was done, I implemented the algorithm and it can solve sudoku puzzles.

Challenges we ran into

At first, the numbers were in the incorrect place but that was just an issue with syntax. After fixing it, everything was good.

Accomplishments that we're proud of

I finished this in Python and I'm just a beginner in the language.

What we learned

I learned more about the Python programming language and learned how to implement an algorithm which validates the correct numbers.

What's next for Sudoku Solver

To make a web application so it can be accessible for everyone.

Built With

Share this project:

Updates