You are currently viewing Wordle Solver in Kotlin Compose Desktop

Wordle Solver in Kotlin Compose Desktop

I wanted to try out Compose Desktop for a while, and trying out Wordle made me think that it would be interesting to write a solver application, and so I did!

The way it works is that you input your words on the left as normal, also specifying what was the result from them, and the application gives you two lists of words: the best solutions, and the best words to try (which may not be valid solutions, but will split the solution space the best).

Previously I was using TornadoFX and JavaFX, so compared to that Compose lets you create things much faster.

https://preview.redd.it/2lvhxksxmlf81.png?width=1052&format=png&auto=webp&s=a79bc45bc31665cdd660232b6f7dfd49b7d2337c

Here is a video of it in action: https://streamable.com/uygzm3

And here is the repo: https://github.com/Nohus/WordleSolver

submitted by /u/NohusB
[link] [comments]