The Challenges for this time were:
-
Model a game as a state machine—We modeled out the states and actions in the classic card game, Memory. The video also goes over a state transition table that maps {state, action} pairs to resulting states.
-
How could our Tictac game have been modeled? When do state machines make the most sense?
This video is a solution that models the game Memory or Concentration.