Added notes

This commit is contained in:
Chris Proctor 2023-08-22 16:01:48 -04:00
parent 94e492d6d9
commit 16aed29168
1 changed files with 13 additions and 0 deletions

13
notes.md Normal file
View File

@ -0,0 +1,13 @@
# Reading the code in Tic Tac Toe
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
## Determining which actions are available at a particular state
## Showing the board
## Choosing which action to play on a turn