Made with pygame
Second implementation
- Game Icon
- Animations and Title Screen
- Settings
- Saves game progress and can start a new game
- Winner Screen
f: screen info
s: settings
number pad: change number to input
- Clone the repository
git clone https://github.com/flameguy150/sudoku.git
cd sudoku- Create and activate a virtual environment
py -m venv .venv
(Windows)
.\.venv\Scripts\Activate.ps1
(Mac/Linux)
source .venv/bin/activate- Install dependencies:
pip install -r requirements.txt
- Run file
windows: py main.py
mac/linux: python3 main.py

