# Podch [![crates.io](https://img.shields.io/crates/v/podch.svg)](https://crates.io/crates/podch) ![License](https://img.shields.io/crates/l/podch.svg) 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`).