HierarchicalStateMachine
State machine framework
Provides a framework for implementing hierarchical state machines in ActionScript 3.0 for AI bots and agents.
An implementation of Hierarchical State Machine in ActionScript 3.0 for AI bot/agent in a video games
2 stars
1 watching
2 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 |
serhiybutz/hsm | A framework implementing a hierarchical state machine in Swift for building finite-state machines and asynchronous state transitions | 10 |
pzuh/finitestatemachine | An implementation of Finite State Machine in ActionScript 3.0 for AI bot/agent in video games | 3 |
shuckster/statebot | An implementation of a finite state machine in JavaScript, allowing developers to describe and manage states using a flowchart-like syntax. | 28 |
cassiozen/state-machine | A JavaScript library for creating hierarchical finite state machines with conditional transitions and callbacks. | 159 |
thehiflyer/fettle | A state machine framework for managing the behavior of complex systems in Java. | 24 |
hypertrifle/luxeboilerplate | A pre-configured project framework providing a state system example and basic input handling | 1 |
commandodev/ohm | An application framework built on top of Haskell, using the concept of left folding over event streams to manage state and user interactions. | 104 |
achou11/state-machines | A collection of knowledge and terminology around state machines used in software development | 62 |
opyh/motion-state-machine | A state machine gem designed to simplify complex UI states and handle asynchronous events in RubyMotion apps. | 70 |
shuckster/statebot-sh | An implementation of a finite state machine using shell scripts to manage the behavior of a program. | 17 |
hekailiang/squirrel | A lightweight and extensible state machine implementation for Java applications. | 2,193 |
brucou/kingly | A small JavaScript library for modeling and executing user interface behavior as state machines. | 202 |
bykof/stateful | A library for creating and managing finite state machines in Go. | 209 |
statefulj/statefulj | A Java framework for implementing and integrating finite state machines into applications with support for persistence and Spring-based frameworks. | 171 |