this post was submitted on 25 Jun 2025
4 points (100.0% liked)

dailygames

1882 readers
46 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

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 titlehidden content

Rules

founded 1 year ago
MODERATORS
 

Lots of small fixes here to make things smoother on mobile! Please let me know your thoughts! A few more changes on the way but here is a big start!

Instructions:

1.Solve the grid using the clues provided. The direction of the word is indicated by the number around the grid (so some words are backwards).

2.After you complete the grid, click the pencil icon tab at the bottom to switch over to solve the anagram. The title is a hint to the anagram!

you are viewing a single comment's thread
view the rest of the comments
[–] OliveSheep@lemmy.world 2 points 9 hours ago

[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 :)