Compare commits

...

2 Commits

Author SHA1 Message Date
Michael Peters
f7bd65ee15 Merge branch 'master' of git.beefslab.com:michael/games 2023-06-01 19:57:59 -07:00
Michael Peters
43dc5237ba comment about board parity 2023-06-01 19:57:35 -07:00

View File

@ -132,5 +132,6 @@ 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