File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 11[ ![ license] ( https://img.shields.io/github/license/unterrainerinformatik/FiniteStateMachine.svg?maxAge=2592000 )] ( http://unlicense.org ) [ ![ Twitter Follow] ( https://img.shields.io/twitter/follow/throbax.svg?style=social&label=Follow&maxAge=2592000 )] ( https://twitter.com/throbax )
22
3- | Project | Package |
4- | -------------------- | :--------------------------------------: |
5- | StateMachine | [ ![ NuGet] ( https://img.shields.io/nuget/v/StateMachine.svg?maxAge=2592000 )] ( https://www.nuget.org/packages/StateMachine/ ) |
6- | MonoGameStateMachine | [ ![ NuGet] ( https://img.shields.io/nuget/v/MonoGameStateMachine.svg )] ( https://www.nuget.org/packages/MonoGameStateMachine/ ) |
3+ | Project | Package |
4+ | ------------------------------ | :--------------------------------------: |
5+ | StateMachine | [ ![ NuGet] ( https://img.shields.io/nuget/v/StateMachine.svg?maxAge=2592000 )] ( https://www.nuget.org/packages/StateMachine/ ) |
6+ | MonoGameStateMachine | [ ![ NuGet] ( https://img.shields.io/nuget/v/MonoGameStateMachine.svg )] ( https://www.nuget.org/packages/MonoGameStateMachine/ ) |
7+ | Java-Version: JavaStateMachine | [ Olards Java Version on GitHub] ( https://github.com/Olard/JavaStateMachine ) |
78
89# Finite-State-Machine
910
@@ -13,6 +14,8 @@ Furthermore it implements even a Stack-Based-FSM (SBFSM). So you may tell it to
1314
1415You describe your FSM using a nice and well documented DSL (Domain Specific Language).
1516
17+ If you're looking for a Java version of this project, check out [ Olards Java Version on GitHub] ( https://github.com/Olard/JavaStateMachine ) .
18+
1619#### ![ Icon] ( https://github.com/UnterrainerInformatik/FiniteStateMachine/raw/master/StateMachine/icon.png ) StateMachine
1720
1821Is the generic implementation.
You can’t perform that action at this time.
0 commit comments