Crates.io | brydz_core |
lib.rs | brydz_core |
version | 0.5.0 |
source | src |
created_at | 2024-01-16 17:39:33.413372 |
updated_at | 2024-04-09 17:27:26.890499 |
description | Implemented basic rules of contract bridge game |
homepage | |
repository | https://github.com/moroviintaas/brydz_core |
max_upload_size | |
id | 1101814 |
size | 427,824 |
This crate implements core rules of contract bridge game (currently only playing phase).
With feature amfiteatr
it provides interfaces compatible with amfiteatr
.
This is structure library, play simulation is implemented in
brydz_model
.
This crate is published in current state to be some live example of amfiteatr
concept.
Currently, it lacks documentation and is not stable.