Commit Graph

4 Commits

Author SHA1 Message Date
Seoyeon Lee adf951b53f I found a mistake in the check_winner() function.
It was working only with three or less X or O signs.
I have changed it to work for all combinations
2024-12-15 16:51:49 -05:00
Seoyeon Lee 740872f7b6 Checkpoint 2: List all the possible cases for winning first.
Then I thought of for loop, and realized that the work will be much longer than I wished while making a note on the paper.
Index would be more ideal to check each combination with a shorter code.
2024-12-15 00:54:20 -05:00
Seoyeon Lee 2d43238040 Overwheming at first, and get used to codes slowly. Stopping multiple times and asking questions and making notes on things I don't understand right away. 2024-12-15 00:00:33 -05:00
slee de7adf81d8 Initial commit 2024-08-28 15:02:58 +00:00