lab_tic_tac_toe/ttt
root ca1c558686 completed checkpoint 2
What I changed
I added the logic to check if someone won the game.

Why I changed it
The goal was to make it so the code could tell if a there was a winner at each point in the game. I figured the easiest way I could implement this accessing the list then using if statements.

Estimate for remaining time to finish assignment: 1 hour
2024-02-14 21:46:08 -05:00
..
game.py completed checkpoint 2 2024-02-14 21:46:08 -05:00
player.py Initial commit 2024-02-03 23:59:14 +00:00
view.py Initial commit 2024-02-03 23:59:14 +00:00