Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leo10gama/sudokuverifier

A simple program for verifying whether or not a given Sudoku puzzle is valid or not
https://github.com/leo10gama/sudokuverifier

Last synced: about 1 month ago
JSON representation

A simple program for verifying whether or not a given Sudoku puzzle is valid or not

Awesome Lists containing this project

README

        

# Sudoku Verifier
Do you have a Sudoku puzzle that you've done by hand, and you want to check that it's correct without seeing the full solution? Then this is the app for you!

## How To Use
After downloading the repo and navigating to it in your directory, simply run:
```
python3 main.py
```
From here, you will be prompted to input your Sudoku puzzle in order from the top-leftmost corner to the bottom-rightmost corner, as read from left to right. Once that is complete, the algorithm will check whether or not the puzzle you have entered is a valid solution.

Please enjoy!