pytransitions / transitions

A lightweight, object-oriented finite state machine implementation in Python with many extensions
MIT License
5.68k stars 530 forks source link

Include Diagram in README Example #497

Closed frakman1 closed 3 years ago

frakman1 commented 3 years ago

They say a good example is worth 100 pages of API documentation, a million directives, or a thousand words.

They also say:

A picture is worth a thousand words

:)

Please include a diagram for your superhero example state machine. Something that shows the state names and transition actions.

aleneum commented 3 years ago

Hello @frakman1,

I guess you are talking about this?

batman_diagram

Will be added right away.