feat: python store bindings (wip)
This commit is contained in:
parent
11b75eb34d
commit
d2d6d2ef98
3 changed files with 28 additions and 59 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