From 1c92e1283e41dd7a9ed2daeb08a04a759ca53e67 Mon Sep 17 00:00:00 2001 From: Alex Lockwood Date: Sat, 19 Oct 2024 09:57:54 -0400 Subject: [PATCH] update readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 9787a6c..cb388d6 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,15 @@ A simple 2048 app written with 100% Jetpack Compose. +The app is written using Compose Multiplatform and is available on the following platforms: + +- Android +- iOS +- Desktop +- Web + +The web version of the app is available [here](https://alexjlockwood.github.io/compose-multiplatform-2048/). + ![Screen capture of app](art/twenty-forty-eight.gif) + +Thank you to [Yuya](https://github.com/oikvpqya) for helping with the migration to Compose Multiplatform!