Skip to content

Plexical/determinist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

determinist

A little bone-head of a state machine, for Node and browsers. Also @JacobOscarson's playground for learning how to properly do NPM modules.

The plan is to re-implement the minimal finite state machine I already have in Juntoo, with slightly different goals:

  • Developed in a manner more fit for public re-use
  • Ideally I could then replace the version used in Juntoo with this version.
  • With a small and manageable footprint so that you don't hesitate to enter it with a step debugger if needed (just like the slightly more specialized one I use in Juntoo).
  • To learn more about how to correctly develop modules for Node.js/NPM. Therefore I need a simplified project to experiment on.

About

A little bone-head of a state machine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published