Skip to content

Gemmus/Sudoku

Repository files navigation

Sudoku

The repository consists of sudoku related projects:

Sudoku: Game

A sudoku game built with pygame and Sudoku Generator API created by gregor-i.

image

Installation

Registration to Freemium Sudoku Generator is necessary to receive an API key. Difficulty is selectable by changing the code respectively.

Sudoku: Solver

A 9x9 sudoku solver using backtracking algorithm.

Sudoku: Game with Checker

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.

image