Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexjlockwood/compose-multiplatform-2048
2048 implemented using Jetpack Compose Multiplatform
https://github.com/alexjlockwood/compose-multiplatform-2048
Last synced: about 5 hours ago
JSON representation
2048 implemented using Jetpack Compose Multiplatform
- Host: GitHub
- URL: https://github.com/alexjlockwood/compose-multiplatform-2048
- Owner: alexjlockwood
- License: mit
- Created: 2020-10-06T02:34:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T15:04:10.000Z (3 months ago)
- Last Synced: 2025-01-12T05:02:17.322Z (7 days ago)
- Language: Kotlin
- Homepage: https://alexjlockwood.github.io/compose-multiplatform-2048/
- Size: 10.6 MB
- Stars: 454
- Watchers: 7
- Forks: 43
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- fucking-open-source-ios-apps - 2048 Jetpack Compose Multiplatform
README
# 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](https://alexjlockwood.github.io/compose-multiplatform-2048/))![Screen capture of app](art/twenty-forty-eight.gif)
Use `./gradlew :composeApp:run` to run the Desktop app.
Use `./gradlew wasmJsBrowserRun -t --quiet` to run the web app.
Thank you to [Yuya](https://github.com/oikvpqya) for migrating the app to use KStore to better support Compose Multiplatform!