opatry / wordle-kt

Wordle game clone made with Kotlin & Compose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add alphabet of detected characters in Mosaic version

opatry opened this issue · comments

We could either display it on left of the grid or below.

Done in the mosaic branch.
Waiting for Mosaic update to Compose 1.1.0 stable to allow aligning Kotlin version & Compose compiler plugin before merge.

(see discussion in JakeWharton/mosaic/pull/49)