Aco Mitevski
Aco Mitevski
see pull request https://github.com/madhums/node-imager/pull/74
so for my use case I need them dynamic. I'm programming a state machine for a pinball with different games. Lets call a game e.g. soccer. But this game can...
ok you asked for it :) in following state machine I want to be able to have an x2bonus sub-state inside every other state. so I have to redefine it...
This looks like a well suited example for the microwave, but I currently cant imagine how this will help for game programming. The main difference is that with history states:...
@gregwebs I did not know about state trees before. Could you provide an example how such a state would look like?
@gregwebs to be honest I like the json syntax much more. And as far as I can see I would have to do event processing by myself. In statechart there's...