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

Screenshots

Screenshot 2022-01-08 at 22 40 36

Simulator Screen Shot - iPhone 13 Pro - 2022-01-08 at 22 38 11

Screenshot_1641682073

GitHub

View Github