[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] symplehfsm - a hierarchical finite state machine framework



Hi

Here is a (hopefully) useful state machine frame work I have been working on:



https://bitbucket.org/dr0id/symplehfsm

Game logic is based on state machine in many cases. This is to make it really easy to design and implement such behaviors.

Any feedback welcome.


~DR0ID