Crates.io | podch |
lib.rs | podch |
version | 0.1.0 |
source | src |
created_at | 2022-11-23 14:21:50.071499 |
updated_at | 2022-11-23 14:21:50.071499 |
description | Game engine for the podch abstract board game |
homepage | https://asup.su/podch |
repository | https://git.vanutp.dev/Sup/podch |
max_upload_size | |
id | 721643 |
size | 46,276 |
Implementation of the same name abstract board game.
Add podch to your Cargo.toml
:
[dependencies]
podch = "*"
See the example of using the standard implementation (SimpleGame
).