lab_tic_tac_toe/ttt
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
..
game.py Checkpoint 2: List all the possible cases for winning first. 2024-12-15 00:54:20 -05:00
player.py Initial commit 2024-08-28 15:02:58 +00:00
view.py Initial commit 2024-08-28 15:02:58 +00:00