Skip to content

An implementation of Finite State Machine in ActionScript 3.0 for AI bot/agent in a video games

Notifications You must be signed in to change notification settings

pzUH/FiniteStateMachine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

An implementation of Finite State Machine in ActionScript3.0 for AI bot/agent in a video games.

This contains a base state class to create the concrete state classes, if you follow embedded rule which all actions and transition defined in the concrete states.
Optionally, it also support another method which define the transitions and/or the actions outside the concrete state classes.

For the details how to implements the machine, please refer to the sample code.

About

An implementation of Finite State Machine in ActionScript 3.0 for AI bot/agent in a video games

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages