Hi HN!<p>I started this project mainly because I'm a solopreneur that likes to build projects. I'm good at ML/backend, but my frontend skills were quite lacking (beyond the basics of HTML/CSS/JS). So I remade the game my whole family plays, Wordle (it's basically just frontend), with Vue & Tailwind. The aim was to get familiar with both frameworks and use them in my other projects going forward.<p>I didn't want to _just_ clone it, so I added my own "spin" on it and adapted it to 60+ languages. The code available for all this is here: <a href="https://github.com/Hugo0/wordle" rel="nofollow">https://github.com/Hugo0/wordle</a><p>It's of course not perfect in every language, because all of them have their own quirks, and I added them mostly programmatically. Main problems are that some word lists include hard to guess words (not singular, not infinitive, etc), and also that dealing with accents is not exactly obvious. However, I'm happy with how it turned out, and it's been getting some real usage, which is immensely cool. Also, getting some stars on the GitHub repo felt really awesome as a developer :)<p>As a little HN challenge, I added some fictional languages like Klingon and Quenya. I'd be curious if anyone here can manage these (using easy mode doesn't count).