From adbd197b1bd03b09ea22ca3b9c1163b8c5a6d657 Mon Sep 17 00:00:00 2001 From: Chris Proctor Date: Sat, 2 Mar 2024 19:55:07 -0500 Subject: [PATCH] Add assessment --- assessment.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 assessment.md diff --git a/assessment.md b/assessment.md new file mode 100644 index 0000000..2c76026 --- /dev/null +++ b/assessment.md @@ -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.