Go to file
root 13743e56d3 Added code for check_winning_combo method and for functionality for
check_winner method.

Checkpoint 2:
Th strategy we used was to list out all of the possible winning
combinations and check for each one.
2024-12-12 11:31:44 -05:00
nim Initial commit 2024-08-28 01:20:04 +00:00
strategy Initial commit 2024-08-28 01:20:04 +00:00
ttt Added code for check_winning_combo method and for functionality for 2024-12-12 11:31:44 -05:00
.commit_template Initial commit 2024-08-28 01:20:04 +00:00
.gitignore Initial commit 2024-08-28 01:20:04 +00:00
notes.md I ID'd the classes for each of the actions listed in notes and explained how 2024-12-12 10:59:27 -05:00
play_nim.py Initial commit 2024-08-28 01:20:04 +00:00
play_ttt.py Initial commit 2024-08-28 01:20:04 +00:00
poetry.lock Initial commit 2024-08-28 01:20:04 +00:00
pyproject.toml Initial commit 2024-08-28 01:20:04 +00:00