Compare commits
No commits in common. "f7bd65ee15f874b9a785e004806f45375d51229b" and "1e2c94fefc71b5b0c2149a65890c6611e08f8b3f" have entirely different histories.
f7bd65ee15
...
1e2c94fefc
@ -132,6 +132,5 @@ def get_score(state: GameState, target: Player) -> Score:
|
||||
|
||||
if __name__ == "__main__":
|
||||
# TODO: "get best move"
|
||||
# TODO: rotational / reflectional board parity (for less total nodes)
|
||||
print(f"{START=}, {get_score(START, 'X')=}")
|
||||
print(f"{total_nodes=}") # 5478
|
||||
|
Loading…
Reference in New Issue
Block a user