An introduction to finite state machines and the state pattern for game development
The Shaggy Dev The Shaggy Dev
17.4K subscribers
46,760 views
0

 Published On Nov 1, 2021

In this video, we'll discuss finite state machines and how they can be used to write cleaner, more maintainable, and more expandable code for your games. We'll look at the naive way of managing state in a game, how we can improve upon that method slightly with enumerators, and finally how to build a robust system using the state pattern.

Intro: 00:00
Life without state machines: 00:54
Finite state machines: 02:38
Using enumerators: 04:55
The state pattern: 06:09
Final thoughts and where to go next: 10:28

Game Programming Patterns: https://gameprogrammingpatterns.com/s...

Video transcript: https://shaggydev.com/2021/11/01/stat...

Artwork by Kenney: https://www.kenney.nl/

show more

Share/Embed