Awesome
compose-kstatemachine-sample
Sample 2D shooter game
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.
How to build
- Build with Intellij IDEA or run
./gradlew
script.