/compose-multiplatform-2048

2048 implemented using Jetpack Compose Multiplatform

Primary LanguageKotlinMIT LicenseMIT

compose-multiplatform-2048

A simple 2048 app written with 100% Jetpack Compose Multiplatform. It is available on the following platforms:

  • Android
  • iOS
  • Desktop
  • Web (available here)

Screen capture of app

Use ./gradlew :composeApp:run to run the Desktop app.

Use ./gradlew wasmJsBrowserRun -t --quiet to run the web app.

Thank you to Yuya for migrating the app to use KStore to better support Compose Multiplatform!