lab_tic_tac_toe/ttt
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
..
game.py Made the computer player smart. Only cats games. 2024-02-12 22:45:40 -05:00
player.py Made the computer player smart. Only cats games. 2024-02-12 22:45:40 -05:00
view.py Initial commit 2024-02-01 00:12:49 +00:00