Sudokus

This is a first test where sudoku grid are generated using Python and displayed using Brython. The grid in Sudoku Puzzle changes automatically everyday. There is one answer per day, that is stored on Sudoku Solution.

A reminder of the rules:

Image 1

One of each number in all 9 vertical lines.

Image 2

One of each number in all 9 horizontal lines.

Image 3

One of each number in all 9 squares.

Back to Projects Back to Home