This is a sample Compose application showing KStateMachine library features. This application fallows MVI architecture pattern.
State machine is used to define and control Hero states like in 2D shooter games.
- Build with Intellij IDEA or run
./gradlew
script.