Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Sudoku Description This project is a Sudoku game. It has the normal features that a normal online Sudoku game has, such as players can put numbers and candidates in manually, and automatically generating a random board based on the selected level and checking if the values are correct. Additional features include an automatic legal generator, automatic solving mode, hint, undo and redo actions, and color theme (light and dark mode). The player can play the Sudoku by using only the mouse. How to run the project * Download the entire Sudoku zip file. Ensure you downloaded * all code files– classes.py, mainScreen.py, splashScreen.py, startScreen.py, testBackTracking.py, and main.py. * Images– sudokuLogo.jpg, sudokuLogoDark.jpg. * All sudoku boards– tp-starter-files * You should run the code in main.py. * The program runs on CMU graphics. So, make sure you install it first. Shortcuts command * The program has a mouse-only mode. * Splash screen: When you start the program, there will be a big logo pop-up on the splash screen. You can go to the next page by clicking any place on the screen. * Auto solve: When you click the “auto solve” button on top of the Sudoku board, the game will end in 5 seconds, and you can click exit to go back to the start screen. presentation link: https://youtu.be/zPrue-KvkRY