SUDOKU GAME IN PYTHON
SUDOKU GAME IN PYTHON
This game was developed for a college project.
You can choose one of the following levels: easy, medium or hard.
The player must enter the desired value and the coordinates at which he wants to enter this value.
If the entered value is incorrect a corresponding message will be displayed ("Wrong value). You can also see the solution for a level during the game.
After all the values have been entered correctly, the message " YOU WIN" will be displayed.