Commit Graph

4 Commits

Author SHA1 Message Date
Lauren Dawnkaski 2973afd95f Checkpoint 3
I realized that even simple things take quite a bit of thought when it comes
to creating games using code. I had to really think about how this game works
in order to fully understand the lab.
2024-11-30 16:19:29 -05:00
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
Lauren Dawnkaski 93ff929a44 checkpoint 1
It was a bit overwhelming to read this much code that someone else has
written. A strategy that made this easier for me was to break up the larger
code into smaller sections and seeing how each one interacted with each other.
2024-11-30 15:35:18 -05:00
ldawnkaski 3c186280d8 Initial commit 2024-08-27 20:35:07 +00:00