lab_tic_tac_toe/notes.md

329 B

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