Go to file
Justin Toombs ab309c8be8 The computer player was trained to use more
effective strategies.

What I changed
I replaced the random strategy class with the lookahead strategy class.

Why I changed it
By replacing the classes, the computer player stopped responding randomly and instead used data provided to integrate
effective strategies.

Estimate for remaining time to finish assignment: [1-2 hours depending on peer assistance]
2024-02-12 22:54:26 -05:00
nim Initial commit 2024-02-02 23:19:46 +00:00
strategy Initial commit 2024-02-02 23:19:46 +00:00
ttt The computer player was trained to use more 2024-02-12 22:54:26 -05:00
.commit_template Initial commit 2024-02-02 23:19:46 +00:00
.gitignore Initial commit 2024-02-02 23:19:46 +00:00
notes.md The computer player was trained to use more 2024-02-12 22:54:26 -05:00
play_nim.py Initial commit 2024-02-02 23:19:46 +00:00
play_ttt.py The computer player was trained to use more 2024-02-12 22:54:26 -05:00
poetry.lock Initial commit 2024-02-02 23:19:46 +00:00
pyproject.toml This submit was meant to understand and state 2024-02-12 20:52:39 -05:00