WIP Kotlin Multiplatform sample heavily inspired by Wordle and also Word Master web sample. The main game logic/state is included in shared KMP code with basic UI then in following clients
- iOS (SwiftUI)
- Android (Jetpack Compose)
- Desktop (Compose for Desktop)
- fix color status shown when more than 1 of same character
- check if overall word is valid and show indication in UI if not
- hitting enter on desktop client should submit guess
- share Compose code between Android and Desktop