/android-kstatemachine-sample

Sample android application to show kstatemachine library features

Primary LanguageKotlinApache License 2.0Apache-2.0

android-kstatemachine-sample

Sample 2D shooter game

This is a sample Android 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.

App sample

How to build

  • Build with Android studio or run ./gradlew script.
  • Run on Android device or emulator.