Metadata-Version: 2.1
Name: podch
Version: 1.0.1.1
Summary: Abstract board game
Home-page: https://github.com/SashaVonSup/podch
Author: Aleksandr Sup
Author-email: sup@tmat.me
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: Free for non-commercial use
Classifier: Operating System :: OS Independent
Classifier: Topic :: Games/Entertainment :: Board Games
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# Podch

Program implementation of an abstract board game Podch

Two players place and remove stones from a rectangular board not to repeat a position which has appeared before.

Licensed under a
[Creative Commons Attribution-NonCommercial 4.0 International License](https://creativecommons.org/licenses/by-nc/4.0/).

The accepted pronunciation of the name "podch" is [potx] because of Russian origin ("подх"). In case of inconvenience of
pronouncing [x], it can be replaced by [k]: [potk].

### Installation

`pip install podch`


