+-+-+-+-+-+-+-+-+-+-+-+-+-+
||--o-|C|Y|B|E|R|-|C|E|L|L|S|-o--||
+-+-+-+-+-+-+-+-+-+-+-+-+-+
Python Sudoku Game
This is a simple and interactive Sudoku game created in Python. It allows users to choose between three levels of difficulty - easy, medium, and hard. The easy level corresponds to a 4x4 Sudoku grid, the medium level to a 6x6 grid, and the hard level to a 9x9 grid.
First Release
This will work in command line rather simply. Further version plans include improved error handling, a UI overhaul, and other QOL improvements.