Skip to content

An FSM I used for a project, plans are to add features and port it to other languages as necessary.

Notifications You must be signed in to change notification settings

CaptainNic/Finite-State-Machine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Stripped down Finite State Machine library.

Features:
 - data storage
 - adding state transitions

Languages:
 - JavaScript


Adapted from Anthony Blackshaw's FSM in JavaScript (ant@getme.co.uk) 2008
	which was adapted from Noah Spurrier's Python implementation (http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/146262)

About

An FSM I used for a project, plans are to add features and port it to other languages as necessary.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published