React, Vite, TypeScript, Redux Toolkit, Playwright
A Wordle-like game without a character limit, where every used word gives hints about the position and order of letters in the solution.
The website: https://deykun.github.io/diffle-lang/
Supported languages:
- Czech since 02.02.2024 ๐จ๐ฟ
- English since 19.01.2024 ๐ฌ๐ง
- Finnish since 28.07.2024 ๐ซ๐ฎ
- French since 02.03.2024 ๐ซ๐ท
- Italian since 15.05.2024 ๐ฎ๐น
- Polish since 30.07.2023 ๐ต๐ฑ
- Spanish since 21.02.2024 ๐ช๐ธ
- German since 19.02.2024 ๐ฉ๐ช
https://crowdin.com/project/diffle-lang
DIFFLE gra jak Wordle (po polsku, bez limitu znakรณw), kaลผde uลผyte sลowo podpowiada pozycjฤ i kolejnoลฤ liter w haลle.
Najwiฤksza polska spoลecznoลฤ: https://www.hejto.pl/tag/diffle
This project is 100% GitHub-hosted, so it doesn't have a backend server. The spellchecker dictionary is usually over 45MB. In this repository, the dictionary is divided into thousands of JSON files. When someone searches for "ลรณdลบ", the word is converted to "lodz", limited to 3 characters, and pl/chunk-lod.json is fetched to check if it's there. It's a lightweight, quick, and serverless-like solution.
This app has a dedicated subpage with a meta-analysis of the dictionary, including information on the most common letters, length of words, etc.
- https://deykun.github.io/diffle-lang/cs?p=about-language ๐จ๐ฟ
- https://deykun.github.io/diffle-lang/de?p=about-language ๐ฉ๐ช
- https://deykun.github.io/diffle-lang/en?p=about-language ๐ฌ๐ง
- https://deykun.github.io/diffle-lang/es?p=about-language ๐ช๐ธ
- https://deykun.github.io/diffle-lang/fi?p=about-language ๐ซ๐ฎ
- https://deykun.github.io/diffle-lang/fr?p=about-language ๐ซ๐ท
- https://deykun.github.io/diffle-lang/it?p=about-language ๐ฎ๐น
- https://deykun.github.io/diffle-lang/pl?p=about-language ๐ต๐ฑ
I challenge you to find a better keyboard in any Wordle game. This keyboard reacts and provides hints while typing, with optional vibrations (which are longer when an incorrect letter is typed).
You can share your result with a hashed URL, which after winning your daily game will display the words from the result.
- https://iconmonstr.com/ - icons
- https://github.com/lipis/flag-icons - flags