Commit Graph

2 Commits

Author SHA1 Message Date
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
ldawnkaski 3c186280d8 Initial commit 2024-08-27 20:35:07 +00:00