trictrac/bot/python/test.py

6 lines
123 B
Python
Raw Normal View History

import trictrac_store
2026-01-18 18:41:08 +01:00
game = trictrac_store.TricTrac()
print(game.get_active_player_id())
print(game.get_legal_actions())