# Podch
[](https://crates.io/crates/podch)

Implementation of the same name abstract board game.
* [Game rules](https://asup.su/podch)
* [Documentation](https://docs.rs/podch)
## Usage
Add [podch](https://crates.io/crates/podch) to your `Cargo.toml`:
```toml
[dependencies]
podch = "*"
```
See [the example](https://git.vanutp.dev/Sup/podch/-/blob/master/examples/cli.rs) of using the standard implementation (`SimpleGame`).