CLASS NOTES:
GD100 Introduction To Game Programming
 
 

 

FINITE STATE MACHINES
 
 
OVERVIEW:
 
   


Finite state machines are abstract visual interaction charts on a
per object (token) basis which are used to organize a facet of the game.

Example: "Ghost Finite State - Pacman"

The lines represent interactions or events.

   
     
 
BACK