coolbutuseless / wordle

Wordle helper for RStats
MIT License
60 stars 19 forks source link

I'm working on a Shiny UI wordle #5

Open deanlie opened 2 years ago

deanlie commented 2 years ago

Hi, I started working on a Shiny UI for wordle a while ago; it's at deanlie/WoRRBotle (I was thinking "R Wordle Bot"). When I got up to adding a list of possible words for a next guess, I found that my filtering code was wrong & the problem was harder than I thought; so google found me this project. I'm going to add your engine, I mean rip out my engine and plug in WordleGame & get back to you. Just thought I should let you know.

I haven't got the keyboard to change color properly yet, and the guess tiles aren't sized right -- I should file those as issues in my repo, and I'll expect to see more issues. Dean Bandes, Newton Massachusetts USA

deanlie commented 2 years ago

I have added calls to WordleGame and WordleHelper to my project; it's looking pretty good