Hi, Shwarnhild! I was trying to come up with a version of the wave function collapse algorithm just for fun, and needed a tileset to use. Ended up using a subset of yours with a slight modification of the grass color. Take a look, you might get a kick out of it. Gonna wanna reload a few times - it will produce entirely different results: https://alaricus.github.io/wave-function-collapse/ Oh and the credit is in a comment in the HTML file.
Alaric von Teplitz
Creator of
Recent community posts
Edit: Rewrote the whole thing. See if you like the new version.
Hey! Thank you for playing and these are accurate and relevant observations. Sadly, I'm no longer in contact with the artist I hired to do the graphics back in the day, so my options are to either leave everything as is, or to hire someone to create new visuals, which can get expensive, or to do it myself, which would be incredibly cruel to players. 😅
That said, I'll be on the lookout for better sounds. If you find some free or inexpensive ones, do let me know! I'm also thinking about allowing the player to set custom sizes for the board, and custom percentage of dragons. Would this be something you'd like to see added?
Oh, interesting, I checked in FireFox and it works just fine. Must be something about Edge, either the browser itself or some manual setting that I messed with and then forgot about. Works when developing locally, though, which is why I thought it was Itch's fault.
Edit: OMFG! Blocking 3rd party cookies is what's causing this!
Hello! I used your sounds in a game and credited you in the patch notes. Thank you for your work!
Hello! I used your sound in a game and credited you in the patch notes. Thank you for your work!
I tried searching before deciding to ask this but found no definitive answer.
Is there a way to use localStorage? I'd like to save the user's preferences for playing music. Music can get pretty annoying, and so I have a toggle that turns it off. Unfortunately, being unable to store the state of the toggle, those who'd rather play silently are forced to turn it off every single time they load the game.
If there isn't a way to make it work with localStorage, what other methods do you guys use to preserve state between sessions?