trictrac/bot/python/test.py

6 lines
146 B
Python
Raw Normal View History

import trictrac_store
2026-01-18 18:41:08 +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()))