Go to file
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
nim Initial commit 2024-02-01 00:12:49 +00:00
strategy Initial commit 2024-02-01 00:12:49 +00:00
ttt added win conditions to check_winner in game.py 2024-02-12 21:48:06 -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 Completed notes.md for checkpoint 1 in tic tac toe 2024-02-12 20:50:40 -05:00
play_nim.py Initial commit 2024-02-01 00:12:49 +00:00
play_ttt.py added win conditions to check_winner in game.py 2024-02-12 21:48:06 -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