Metadata-Version: 2.1
Name: solitaire-game
Version: 0.0.11
Summary: Solitaire game (klondike), 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/solitaire-game
Keywords: game,klondike,solitaire,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"

# solitaire-game

Solitaire game (klondike), made with python & curses. Play in the terminal. For Linux, Mac OS and Windows.


![](doc/screenshot.png)

## How to install

```shell
$ pip install solitaire-game
```

## How to play

```shell
$ solitaire
```

## Technical documentation

![](doc/doc_game.png)
