A simple 2048 app written with 100% Jetpack Compose Multiplatform. It is available on the following platforms:
- Android
- iOS
- Desktop
- Web (available here)
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!