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!

    • OliveSheep@lemmy.worldOP
      link
      fedilink
      arrow-up
      2
      ·
      3 days 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 :)