generated from mwc/lab_tic_tac_toe
8aac402bb7cf11bc8115e4f854af3a0dfd73407b
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.
Description
No description provided
Languages
Python
100%