Add assessment

This commit is contained in:
Chris Proctor 2024-03-02 19:55:07 -05:00
parent ab309c8be8
commit adbd197b1b
1 changed files with 16 additions and 0 deletions

16
assessment.md Normal file
View File

@ -0,0 +1,16 @@
# Tic Tac Toe Lab Assessment
## Checkpoint 1
Looks good.
## Checkpoint 2
Looks good.
## Checkpoint 3
Everything works as expected. Nice work!
However, I don't quite agree with your claim that "The current and future
state demonstrates a 0 value, which implies that the game is as fair as
possible since it means an equal number of wins for X or O." You use
the language of propbability, but this is actually deterministic: if
each player plays perfectly, TTT will be a draw every time.