feat: python bindings
This commit is contained in:
parent
49190d6e5f
commit
a54b9794e5
12 changed files with 402 additions and 14 deletions
|
|
@ -16,3 +16,6 @@ pub use board::CheckerMove;
|
|||
|
||||
mod dice;
|
||||
pub use dice::{Dice, DiceRoller};
|
||||
|
||||
// python interface "trictrac_engine" (for AI training..)
|
||||
mod pyengine;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue