feat: python store bindings (wip)
This commit is contained in:
parent
453c363334
commit
47142d593f
4 changed files with 48 additions and 158 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import trictrac_store
|
||||
|
||||
game = trictrac_store.TricTrac()
|
||||
print(game.get_active_player_id())
|
||||
print(game.get_legal_actions())
|
||||
print(game.current_player_idx())
|
||||
print(game.get_legal_actions(game.current_player_idx()))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue