generated from mwc/lab_tic_tac_toe
(Commit summary. Replace this with a one-line description of this commit.)
completing notes md What I changed (Replace this with a description of what you changed in this commit. This should be 1-2 sentences.) changed descriptions Why I changed it (Describe why you made these changes. Were you working toward a goal? Did you reorganize your code? This should be 1-2 sentences.) Checkpoint 1 goal Estimate for remaining time to finish assignment: [3 days]
This commit is contained in:
5
notes.md
5
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.py is the file, the TTTgame class is responsible for checking whether the game is over.
|
||||
|
||||
### Determining which actions are available at a particular state
|
||||
TTTgame get_next_state() method is generating the list of actions based on the current state.
|
||||
|
||||
### Showing the board
|
||||
TTTview generates the formatting and it is called in get_action()
|
||||
|
||||
### Choosing which action to play on a turn
|
||||
|
||||
TTTHuman player class, allows user to play actions base on list of availible actions.
|
||||
|
||||
## Checkpoint 2 Notes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user