opatry / wordle-kt

Wordle game clone made with Kotlin & Compose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use ASCII borders to draw the grid in Mosaic version

opatry opened this issue · comments

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)

Finally not using flip-table as it doesn't seem to be the shortest path for now.