diff --git a/notes.md b/notes.md index 67cc9f6..43ba24c 100644 --- a/notes.md +++ b/notes.md @@ -6,13 +6,16 @@ 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 +game.is_over ### Determining which actions are available at a particular state +game.get_actions ### Showing the board +view.print_board ### Choosing which action to play on a turn - +player.choose_action ## Checkpoint 2 Notes