Go to file
Pat Wick c1b40db3e1 Made the computer player smart. Only cats games.
What I changed
Updated the LookaheadStrategy for the computer player

Why I changed it
In this case, we weren't asked to develop the strategy (thankfully!)
but instead just tasked with pointing the computer player class to
using that strategy instead of making a random choice.

Estimate for remaining time to finish assignment: [Time for Nim?]
2024-02-12 22:45:40 -05:00
nim Initial commit 2024-02-01 00:12:49 +00:00
strategy Initial commit 2024-02-01 00:12:49 +00:00
ttt Made the computer player smart. Only cats games. 2024-02-12 22:45:40 -05:00
.commit_template Initial commit 2024-02-01 00:12:49 +00:00
.gitignore Initial commit 2024-02-01 00:12:49 +00:00
notes.md Made the computer player smart. Only cats games. 2024-02-12 22:45:40 -05:00
play_nim.py Initial commit 2024-02-01 00:12:49 +00:00
play_ttt.py Made the computer player smart. Only cats games. 2024-02-12 22:45:40 -05:00
poetry.lock Completed notes.md for checkpoint 1 in tic tac toe 2024-02-12 20:50:40 -05:00
pyproject.toml Completed notes.md for checkpoint 1 in tic tac toe 2024-02-12 20:50:40 -05:00