Skip to content

KStateMachine/compose-kstatemachine-sample

Repository files navigation

compose-kstatemachine-sample

Build with Gradle

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.

Thanks to

David Horner