WordMasterKMP
WIP Kotlin Multiplatform sample inspired by Wordle and also Word Master web sample. The main game logic/state is inlcuded in shared KMP code with basic UI then in following clients
- iOS (SwiftUI)
- Android (Jetpack Compose)
- Desktop (Compose for Desktop)
Remaing work includes
- fix color status shown when more than 1 of same character
- check if overall word is valid and show indication in UI if not
- share Compose code between Android and Desktop
- move focus between fields as you type
- only allow entry in row for current guess attempt