A simple Sudoku in pygame python project, developed in 2021 for Prog I in UTEC
To install this library just use the pip package installer and run:
pip install pygame
git clone https://github.com/Owzok/Sudoku_pygame.git
cd Sudoku_pygame
After installation finishes follow configuration instructions then run python3 sudoku.py
to start playing.
On the main screen you have the new game and exit button.
After clicking on new game, you can choose between playing a new game or continue playing a saved game.
The saved games are on a json file, there you just put the name of the player on the input box and click on play to play or delete to delete. You can use next and previous also to travel through the chosen player games.
If you decide to play a new game you choose to play on a 2x2 or a 3x3 board, after that select one of the 3 difficulties (they only change the amount of initial placed numbers) and then you just play ! There is a save button there also if you want to save the game for another moment.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.