Skip to content

edwillys/sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku

A simple sudoku puzzle written in python.

Alt text

Install and run

Python 3.10 is used, though other 3.* versions should work fine.

python -m venv venv
pip install -r requirements.txt
python sudoku_gui.py

Testing

In the project folder (venv activated), simply run:

pytest

TODOs

  • Generation of easy/medium/hard puzzles
  • 4x4 proper implementatuin

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages