Skip to content

Shabinder/WordMasterKMP

 
 

Repository files navigation

WordMasterKMP

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)

Remaining 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
  • hitting enter on desktop client should submit guess
  • share Compose code between Android and Desktop

Screenshots

Screenshot 2022-01-08 at 22 40 36

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

Screenshot_1641682073

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 84.8%
  • Swift 15.2%