An implementation of a Sudoku Puzzle game for Oregon State University's CS325 class
This game requires these steps to run:
- Input
python3 venv -m game
into console - Input
source game/bin/activate
- Input
pip -r requirements.txt
A puzzle file from QQWing with the Compact setting is required (a sample is included).
The game is run by inputting python sudoku.py
into console.
Run deactivate
in the console