A Sudoku game implemented in Python.
main.py— Launches the game and handles interactionboard.py— Board printing, copying, and setupvalidator.py— Sudoku validation logicgame.py— Game loop and interaction
- Python 3.x
Run the game by executing:
python main.py