Skip to content

Releases: VarunS2002/Python-Sudoku-MySQL-Insert_Games

Minor Update

27 Apr 21:17
3bff33d
Compare
Choose a tag to compare

-Added comments to easily understand code

First Release

20 Apr 17:13
4e8b654
Compare
Choose a tag to compare

-Sudoku like grid for ease of entering values
-Insert games into start table
-Insert games into solved table
-Option to commit values at the end
-Validation for values entered
-Only int from 0-9 allowed in start and int from 1-9 allowed in solved
-About option with version, link for releases and for sources
-PEP 8 format
-Object Oriented
-Instructions to connect to MySQL are included in README.md