Metadata-Version: 2.0
Name: kaidoku
Version: 0.2.4
Summary: Player, solver and creater of sudoku puzzles
Home-page: https://sekika.github.io/kaidoku/
Author: Katsutoshi Seki
Author-email: UNKNOWN
License: MIT
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Games/Entertainment :: Puzzle Games
Requires-Dist: ConfigObj
Requires-Dist: pillow
Requires-Dist: pyx

Kaidoku: Player, solver and creater of sudoku puzzles
=======================

Kaidoku can solve sudoku puzzles as shown in the figure, play with the puzzles and create sudoku puzzles with a command-line interface.

Kaidoku is a

- player of sudoku. You can play original sudoku puzzles of various level of difficulty with command line interface. You can get hints when you want.
- solver of sudoku. It can solve a sudoku puzzle and show the procedure of solving a sudoku puzzle with various logics. It evaluates if a given puzzle is valid sudoku with unique solution.
- creater of sudoku. It can create new sudoku puzzles. The puzzles shipped with this program was created by the program itself.

Project Home Page
---------------------

https://sekika.github.io/kaidoku/


