Skip to content

teekenzie/SudokuSolver

Repository files navigation

Sudoku Solver

Created Summer 2020
This project was created after learning the basics of python and inspired by my passion for Sudoku It uses advanced sudoku-solving techniques such as doubles, triples, and candidate lines. Finally, the last step of implementation involves guessing, which uses the idea of tree recursion The files that start with "test" check each step of my progress to ensure that the code works as expected before I build upon it further.

Table of contents

Screenshots

Screenshot1 Screenshot2

Prerequisites

Make sure you have the latest version of Python installed.

Setup

If you would like to run the program, simply download the code to your local device. Then, double click on the file "SudokuSolver_gui" to run the GUI version of the program. Double click on the file "Interface" to run on the word version of the program.

Inspiration

Inspired by my passion and love to solve hard sudoku puzzles.

Contact

Created by Kenzie Tee - feel free to contact me!

About

Uses many advanced sudoku solving techniques to solve the "true" sudoku puzzle inputted.

Resources

Stars

1 star

Watchers

1 watching

Forks

Contributors

Languages