Skip to content

Instantly share code, notes, and snippets.

@mikedao
Last active August 29, 2015 14:19
Show Gist options
  • Save mikedao/2eb2a2da1615c6e2fb1d to your computer and use it in GitHub Desktop.
Save mikedao/2eb2a2da1615c6e2fb1d to your computer and use it in GitHub Desktop.
Finite State Machines
-Mythical Creatures
Extension - How would I do this without using if statements?
One Sunday morning, lying in bed - Boom Finite State Machines
-What is a Finite State Machine?
-Mathematical model used to design computer programs and logical circuits
-Real World Examples
Soda machine
Electronic turnstiles
- Talk about what a state machine in terms of a soda machine would look like
-Look at a code example
- Why should we use state machines?
- Why doesn't anyone use state machines?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment