Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 592 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 592 Bytes

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