podch 0.1.0

Game engine for the podch abstract board game
Documentation
  • Coverage
  • 89.74%
    35 out of 39 items documented18 out of 18 items with examples
  • Size
  • Source code size: 45.79 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 6.85 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • SashaVonSup

Podch

crates.io License

Implementation of the same name abstract board game.

Usage

Add podch to your Cargo.toml:

[dependencies]
podch = "*"

See the example of using the standard implementation (SimpleGame).