FiniteStateMachine
FSM library
An implementation of Finite State Machine in ActionScript 3.0 for AI bot/agent in video games
An implementation of Finite State Machine in ActionScript 3.0 for AI bot/agent in a video games
3 stars
1 watching
0 forks
Language: ActionScript
last commit: over 12 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
pzuh/fuzzystatemachine | An implementation of Fuzzy State Machine for creating game AI/bot/agent in video games. | 2 |
theckman/go-fsm | A library providing a simple and safe finite state machine implementation in Go. | 17 |
pzuh/hierarchicalstatemachine | Provides a framework for implementing hierarchical state machines in ActionScript 3.0 for AI bots and agents. | 2 |
cassiozen/state-machine | A JavaScript library for creating hierarchical finite state machines with conditional transitions and callbacks. | 159 |
sohomsahaun/snowstate | A finite state machine solution for GameMaker Studio 2. | 145 |
gmclan-org/fsm-ai-module | A finite state machine implementation for AI behavior in game development | 3 |
steelbreeze/state | A library for building hierarchical finite state machines with support for multiple instances and event-based transitions | 182 |
atabel/makina | A simple finite state machine with guard conditions and callbacks for managing complex logic flows. | 1 |
nickuraltsev/finity | A finite state machine library with event-based, time-based, and Promise-based triggers. | 131 |
dyrkin/fsm | An implementation of a Finite State Machine in Go. | 62 |
mpusz/fsm-variant | An implementation of a finite state machine using std::variant in C++ | 84 |
sasa1977/fsm | An immutable finite state machine implementation without separate processes | 358 |
erikzenker/hsm | A C++ library that provides a simple and expressive way to model and manage finite state machines using Boost Hana meta programming. | 190 |
igorrius/go-fsm | A Go package implementing a Finite State Machine with contextual state transitions and actions. | 9 |
tbpixel/functional-finite-state-machine | A dead simple finite-state-machine implementation in JavaScript | 14 |