this post was submitted on 25 Jun 2025
4 points (100.0% liked)
dailygames
1882 readers
45 users here now
Community for daily games like Wordle, Jumblie, Connections etc.
Post your daily games and scores. Discover new games and discuss with others.
Find games
- The most comprehensive list of Wordle-like games and resources
- Lemmy-Thread featuring a lot of Wordle-style recommendations
- NYT Games Various puzzles including the original Wordle
- The Dles Curated collection of 200+ daily games
Share your results
It’s useful to wrap your results in a markdown codeblock to preserve the layout. Put three backticks ```
before and after your result to create a codeblock.
🟨🟨⬛⬛⬛
🟨🟩⬛⬛⬛
🟩🟩🟨🟨⬛
🟩🟩🟩🟩🟩
Spoilers
Please put possible spoilers in spoiler tags
visible spoiler title
hidden content
Rules
- Be nice!
- Don't cheat!
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Is there a specific reason this requires JS from a Google domain?
[Answer paraphrased from the dev so apologies if I use terms incorrectly] The game is built in Flutter (which would help us move to this being in app stores later down the line) and Flutter isn't like traditional web and doesn't use HTML and CSS, and instead relies on a custom library, which is canvaskit and wasm. I believe that's what you're likely seeing is that custom library for the pixel rendering :)