Go to file
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
nim Initial commit 2024-08-28 15:02:58 +00:00
strategy Initial commit 2024-08-28 15:02:58 +00:00
ttt I found a mistake in the check_winner() function. 2024-12-15 16:51:49 -05:00
.commit_template Initial commit 2024-08-28 15:02:58 +00:00
.gitignore Initial commit 2024-08-28 15:02:58 +00:00
notes.md I found a mistake in the check_winner() function. 2024-12-15 16:51:49 -05:00
play_nim.py Initial commit 2024-08-28 15:02:58 +00:00
play_ttt.py I found a mistake in the check_winner() function. 2024-12-15 16:51:49 -05:00
poetry.lock Initial commit 2024-08-28 15:02:58 +00:00
pyproject.toml Initial commit 2024-08-28 15:02:58 +00:00