Metadata-Version: 2.3
Name: console_sudoku
Version: 0.1.0
Summary: A simple command-line version of the classic game Sudoku!
Project-URL: Homepage, https://github.com/SulKhu/Sudoku
Project-URL: Issues, https://github.com/SulKhu/Sudoku/issues
Author-email: Sulaimaan Khurrum <sul.khu@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

This is a command-line version of the classic game Sudoku. Make sure your have Python 3.12 installed

To start a game of sudoku after installing console_sudoku, run a python shell and type: "from console_sudoku import game". Then, simply type: "game.run()" and then follow the instructions of the game!

To play the game of sudoku, make sure to copy the puzzle exactly and return the exact same puzzle with the spaces replaced with numbers to not throw an exception.

Have fun!




