lab_tic_tac_toe/ttt
Pat Wick b5ab43b8b8 added win conditions to check_winner in game.py
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.
2024-02-12 21:48:06 -05:00
..
game.py added win conditions to check_winner in game.py 2024-02-12 21:48:06 -05:00
player.py Initial commit 2024-02-01 00:12:49 +00:00
view.py Initial commit 2024-02-01 00:12:49 +00:00