There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Strange Machines is a Java library for working with state machines. State machines can be useful when working with asynchronous events, parsing or games. The purpose of the state machine in this library is to enable a definition which states and transitions are valid and then make sure that a program that uses the state machine follows these rules.