Go to file
Lauren Dawnkaski 8aac402bb7 checkpoint 2
I listed all the possible winning patterns for tic tac toe including
the rows, columns, and diagonals. then the code goes through each pattern to check
and see if they all have the same symbol. whatever the first position is, it
checks to see if the second position is the same and then the third.
If all 3 are the same symbol then we have true and if not then false.
2024-11-30 15:53:01 -05:00
nim Initial commit 2024-08-27 20:35:07 +00:00
strategy Initial commit 2024-08-27 20:35:07 +00:00
ttt checkpoint 2 2024-11-30 15:53:01 -05:00
.commit_template Initial commit 2024-08-27 20:35:07 +00:00
.gitignore Initial commit 2024-08-27 20:35:07 +00:00
notes.md checkpoint 1 2024-11-30 15:35:18 -05:00
play_nim.py Initial commit 2024-08-27 20:35:07 +00:00
play_ttt.py Initial commit 2024-08-27 20:35:07 +00:00
poetry.lock Initial commit 2024-08-27 20:35:07 +00:00
pyproject.toml Initial commit 2024-08-27 20:35:07 +00:00