SudokuPy is an innovative Python application that generates and solves Sudoku puzzles. It combines the thrill of puzzle-solving with the power of Python programming, featuring a user-friendly graphical interface and efficient solving algorithms.
- Puzzle Generation: Automatically generates challenging Sudoku puzzles.
- Solving Algorithm: Employs a backtracking algorithm for efficient puzzle solving.
- Graphical User Interface: Interactive and easy-to-use interface using Pygame.
- Ensure Python is installed on your system.
- Clone the repository:
git clone https://github.com/forrestpatwalker/SudokuPy.git
- Install required packages:
pip install -r requirements.txt
- Run
python GUI.py
to start the application. - Follow on-screen instructions to generate and solve puzzles.
This project is licensed under the GPL-3.0 License - see the LICENSE file for details.
For questions or feedback, feel free to open an issue or contact us at [email].