Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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!