generated from mwc/lab_tic_tac_toe
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:
parent
9134f6879b
commit
bf04a4ba8a
8
notes.md
8
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue