Go to file
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
nim Initial commit 2024-08-28 15:02:58 +00:00
strategy Initial commit 2024-08-28 15:02:58 +00:00
ttt Checkpoint 2: List all the possible cases for winning first. 2024-12-15 00:54:20 -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 Overwheming at first, and get used to codes slowly. Stopping multiple times and asking questions and making notes on things I don't understand right away. 2024-12-15 00:00:33 -05:00
play_nim.py Initial commit 2024-08-28 15:02:58 +00:00
play_ttt.py Initial commit 2024-08-28 15:02:58 +00: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