opatry / wordle-kt

Wordle game clone made with Kotlin & Compose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow fetching user defined dictionaries

opatry opened this issue · comments

  • Drop any words_[a-z]{2}_[\d]+.txt in app's data dir (esp. for Desktop)
  • Add a button to open a file picker in DictionaryPicker (would need CompositionLocalProvider for Desktop & Android)
  • Define a builtIn attribute in Dictionary
  • Add special indicator (user icon vs system icon?) in dictionary list
  • Handle invalid data