5 lines
123 B
Python
5 lines
123 B
Python
import trictrac_store
|
|
|
|
game = trictrac_store.TricTrac()
|
|
print(game.get_active_player_id())
|
|
print(game.get_legal_actions())
|