From bf04a4ba8abbe083fe0483aafe320d28ea94329f Mon Sep 17 00:00:00 2001 From: root Date: Wed, 14 Feb 2024 21:22:20 -0500 Subject: [PATCH] added the proper responses in notes.md What I changed I did not change anything but I added my answers. Why I changed it I did not change anything, I added the required answers. Estimate for remaining time to finish assignment: 2 hours --- notes.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/notes.md b/notes.md index 67cc9f6..86d7e35 100644 --- a/notes.md +++ b/notes.md @@ -6,13 +6,13 @@ Which class is responsible for each of the following behaviors? For each, explain how the behavior is accomplished. ### Checking to see whether the game is over - +TTTGame ### Determining which actions are available at a particular state - +TTTGame ### Showing the board - +TTTView ### Choosing which action to play on a turn - +TTTHumanPlayer ## Checkpoint 2 Notes