Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 233 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 233 Bytes

PyxelSudoku

This is a sudoku game written in Python!

Setup / Installation

conda create --name PyxelSudoku3 python=3.7
conda activate PyxelSudoku3
pip install -r requirements.txt

How to Run

python sudoku.py