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?]
What I changed
I added the 8 possible tic-tac-toe win conditions to check_winner and
compare the values in the state with the symbol passed to the method
Why I changed it
It took a WHILE to figure out how to actually read the current state of
the game, but once I had that, I was able to figure out how to check
it for the symbol being sought.
Estimate for remaining time to finish assignment: [1 hour?]
I thought it was "how long did it take" now "how long remaining" originally.