2026-02-07 17:37:16 +01:00
|
|
|
import trictrac_store
|
2026-01-18 18:41:08 +01:00
|
|
|
|
2026-02-07 17:37:16 +01:00
|
|
|
game = trictrac_store.TricTrac()
|
2026-02-08 18:57:20 +01:00
|
|
|
print(game.current_player_idx())
|
|
|
|
|
print(game.get_legal_actions(game.current_player_idx()))
|