The repository consists of sudoku related projects:
- Sudoku: Game with API, no checking
- Sudoku: Solver
- Sudoku: Game with checking and API implementation
- Sudoku: Game with checking, offline - one puzzle
A sudoku game built with pygame and Sudoku Generator API created by gregor-i.
Registration to Freemium Sudoku Generator is necessary to receive an API key. Difficulty is selectable by changing the code respectively.
A 9x9 sudoku solver using backtracking algorithm.
Replication of the game with checking implemented. The input number is checked and marked with green if correct, and marked with red if incorrect. Both online and offline versions are available.