Metadata-Version: 2.1
Name: play-sudoku
Version: 0.0.8
Summary: Sudoku game, made with python & curses. Play in the terminal. For Linux, Mac OS and Windows.
Author: 4sushi
License: MIT
Project-URL: Homepage, https://github.com/4sushi/sudoku-game
Keywords: game,sudoku,curses
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: windows-curses >=2.3.2 ; platform_system == "Windows"

# sudoku-game

Sudoku game, made with python & curses. Play in the terminal. For Linux, Mac OS and Windows.


![](doc/screenshot.png)

## How to install

```shell
$ pip install play-sudoku
```

## How to play

```shell
$ sudoku
```

## Technical documentation

![](doc/doc_game.png)
