I had a version where I experimented with ways to find the furthest item at the border, but it added little and was very convoluted. For one, to solve this exact issue.
Then I realized that the "bug" could easily be a "feature". Sometimes "finding love" really is just very easy and maybe even boring. So I ditched all the "find furthest" code :)
Thanks for using, and hope you're "path to love" really is this easy IRL (sorry if this is a bit cheeky).
I didn't consider that there could be a difference between the link that was shared and the place where you make yours. I just landed on the version that has both in one by happenstance.
But the idea makes sense. It would make it much more of a "I recieved this" and a "here I can make and share mine". I'll have to think a bit more on it, but love the idea.
I gave it some more thought and want to take it a step further even (but lacked the time to polish before valentine)
The one you land, indeed a hash. It is read only, but allows you to trace the maze with the mouse or touch. Once solved, it'll reveal the name of the one who sent it.
The generated maze is pretty easy, but I think this project succeeds at being fun, whimsical, visually appealing, mobile-friendly, and (seemingly) fully functional. Nice work.
Great work. Very fun to watch and surely a cute gift to give or send
Wish for next year: allow for bulk generation
A lot of kids have to make valentines cards/gifts for their whole class. It would be great for parents to be able to upload a spreadsheet with all the kids names and get an easy-to print pdf (the printed version could also have a short link and QR code)
Ooh. Do you mean that if you solve it, it resembles a letter?
I'm not aware of such maze generation algorithms. Any pointers?
I guess it's mostly a matter of steering the random wall selection initially to form a shape, then continue with the normal stack backtracking algo.
Definitely a cool rabbit Hole to dive into. Thanks for the kind words and cute idea.
I loved the simplicity and how his mazes where visually interesting (to me) through merely color, and composition. This is what I tried to go for. I think I managed quite well, but certainly not as pleasing as Ricky Byrnes artworks.
Though I guess a maze generation algorithm where one can load a mask (png with alpha or BW, for example) would be a cool challenge.
Maybe add friendzone checkbox to generate dead end mazes.
It'd be even nicer if the maze is potentially (un)solvable in that case: you'll have to keep trying to find out if its a friend-zone.
Well, I'm glad my gf is not called Juliet, it would be a boring maze!
https://files.catbox.moe/xru330.jpg
Nice project, btw.
Thanks!
I had a version where I experimented with ways to find the furthest item at the border, but it added little and was very convoluted. For one, to solve this exact issue.
Then I realized that the "bug" could easily be a "feature". Sometimes "finding love" really is just very easy and maybe even boring. So I ditched all the "find furthest" code :)
Thanks for using, and hope you're "path to love" really is this easy IRL (sorry if this is a bit cheeky).
Sometimes the path to love is clear
I got a similar one with my own name.
I think the version with names https://love.berk.es/?me=Romeo&you=Juliet should be read only.
Perhaps use base64 or something to hide the names? I guess it offers no advantage, unreadable names makes it more magic.
Interesting idea.
I didn't consider that there could be a difference between the link that was shared and the place where you make yours. I just landed on the version that has both in one by happenstance.
But the idea makes sense. It would make it much more of a "I recieved this" and a "here I can make and share mine". I'll have to think a bit more on it, but love the idea.
Thanks!
I gave it some more thought and want to take it a step further even (but lacked the time to polish before valentine)
The one you land, indeed a hash. It is read only, but allows you to trace the maze with the mouse or touch. Once solved, it'll reveal the name of the one who sent it.
Guess I now have 364 days to implement that
The generated maze is pretty easy, but I think this project succeeds at being fun, whimsical, visually appealing, mobile-friendly, and (seemingly) fully functional. Nice work.
Great work. Very fun to watch and surely a cute gift to give or send
Wish for next year: allow for bulk generation
A lot of kids have to make valentines cards/gifts for their whole class. It would be great for parents to be able to upload a spreadsheet with all the kids names and get an easy-to print pdf (the printed version could also have a short link and QR code)
I wasn't aware of this whole class thing. Is it an American thing?
Certainly a fun idea. Though not that trivial as the entire app now runs client side only. I'd have to think this through, as it should be possible.
Definitely an American thing, yes, haha
It would be cool if the pattern to solve the maze has both people's initials/names in it.
Ooh. Do you mean that if you solve it, it resembles a letter?
I'm not aware of such maze generation algorithms. Any pointers? I guess it's mostly a matter of steering the random wall selection initially to form a shape, then continue with the normal stack backtracking algo.
Definitely a cool rabbit Hole to dive into. Thanks for the kind words and cute idea.
i was expecting this repost:
https://news.ycombinator.com/item?id=35800492 (May 2023, 117 comments)
you need a keyboard to play it
Oh, mine is certainly not even close to that one :)
don't downplay yourself, many of us liked your creation!
Surely having the maze being in the shape of a heart instead of a boring square would have produced better responses...
I deliberately did not make the maze in a shape, but kept it square.
I understand that everyone's taste is different. But I went for a form that's visually appealing (to me).
As mentioned in the about, I was inspired by screenprints I saw in a gallery in London, by Ricky Byrne.
https://rbyrneart.com/products/one-day-someday?variant=53387...
I loved the simplicity and how his mazes where visually interesting (to me) through merely color, and composition. This is what I tried to go for. I think I managed quite well, but certainly not as pleasing as Ricky Byrnes artworks.
Though I guess a maze generation algorithm where one can load a mask (png with alpha or BW, for example) would be a cool challenge.