pip install sudokugame
Repository for maintaining sudokugame pypi package
Currently, this package is under pre-release development.
Features:
- Checks if a 9x9 sudoku is valid
- Solve given sudoku
- Generate sudoku grid
Features to be added:
- Play live sudoku
python -m unittest discover tests
Before comiting to the master branch, change version in toml file, workflow and in the readme file