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
This commit is contained in:
root 2024-02-14 21:22:20 -05:00
parent 9134f6879b
commit bf04a4ba8a
1 changed files with 4 additions and 4 deletions

View File

@ -6,13 +6,13 @@ Which class is responsible for each of the following behaviors?
For each, explain how the behavior is accomplished. For each, explain how the behavior is accomplished.
### Checking to see whether the game is over ### Checking to see whether the game is over
TTTGame
### Determining which actions are available at a particular state ### Determining which actions are available at a particular state
TTTGame
### Showing the board ### Showing the board
TTTView
### Choosing which action to play on a turn ### Choosing which action to play on a turn
TTTHumanPlayer
## Checkpoint 2 Notes ## Checkpoint 2 Notes