Go to file
Thomas Naber 0dbc59d637 I changed the check_winner method in game.py
(Checkpoint 2)
What I changed
I changed the method so that it would accurately determine if the player with the symbol passed through the
parameter won. It does this by checking each possible way to win tic tac toe.

Why I changed it
I made the change so that the game could accurately determine which player won the game.

Estimate for remaining time to finish assignment: [1 to 2 hours]
2024-02-25 20:15:23 -05:00
nim Initial commit 2024-02-05 00:25:52 +00:00
strategy Initial commit 2024-02-05 00:25:52 +00:00
ttt I changed the check_winner method in game.py 2024-02-25 20:15:23 -05:00
.commit_template Initial commit 2024-02-05 00:25:52 +00:00
.gitignore Initial commit 2024-02-05 00:25:52 +00:00
notes.md I changed the check_winner method in game.py 2024-02-25 20:15:23 -05:00
play_nim.py Initial commit 2024-02-05 00:25:52 +00:00
play_ttt.py Initial commit 2024-02-05 00:25:52 +00:00
poetry.lock Answered the questions for Checkpoint 1 2024-02-25 19:35:23 -05:00
pyproject.toml Initial commit 2024-02-05 00:25:52 +00:00