wrote the function check_winner in game.py so that the game can check whether player X or player O scoring three-in-a-row in any possible arrangement is true (which would lead to that player winning)

This commit is contained in:
kated
2026-06-01 10:55:36 -04:00
parent 57e83744c8
commit 2d0edd1798
4 changed files with 50 additions and 0 deletions

1
.envrc Normal file
View File

@@ -0,0 +1 @@
source .venv/bin/activate