Go to file
Chris Mekelburg 48dd6717e4 Checkpoint 3
As I worked through this lab and the video, I became more aware of
the thought process that goes into tic-tac-toe. However, it was not
until I saw all the reward possibilities for the initial state of the
board, and then made the computer play itself that I appreciated how
complex the game is and how many possibilities there are on a relatively
simple board. I am also wondering when the computer plays itself,
does the game always end in a tie? I suppose I could write a program for
this that plays the game a set number of times and makes a list of the
outcomes and then counts the wins, losses, and ties for a particular
player.
2024-11-17 21:37:11 -05:00
nim Initial commit 2024-08-27 23:08:37 +00:00
strategy Initial commit 2024-08-27 23:08:37 +00:00
ttt Checkpoint 3 2024-11-17 21:37:11 -05:00
.commit_template Initial commit 2024-08-27 23:08:37 +00:00
.gitignore Initial commit 2024-08-27 23:08:37 +00:00
notes.md Checkpoint 3 2024-11-17 21:37:11 -05:00
play_nim.py Initial commit 2024-08-27 23:08:37 +00:00
play_ttt.py Checkpoint 3 2024-11-17 21:37:11 -05:00
poetry.lock Initial commit 2024-08-27 23:08:37 +00:00
pyproject.toml Initial commit 2024-08-27 23:08:37 +00:00