Well, this is delightful. Something interesting I've observed here... for most people this is very claming (like me). However for a small percentage of people it seems to induce anxiety because they can't understand why it exists or what it is for.
Drawing.garden
101–110 of 141 posts
Re: Drawing.garden
#102Well, this is delightful. Something interesting I've observed here... for most people this is very claming (like me). However for a small percentage of people it seems to induce anxiety because they can't understand why it exists or what it is for.
I am part of the second group. Wouldn't even call it anxiety, but just some sort of "light disgust" feeling. Ok I guess it's cool, but you can't do anything useful with it. You can't even draw something meaningful with it like the domain says.
Re: Drawing.garden
#103Well, this is delightful. Something interesting I've observed here... for most people this is very claming (like me). However for a small percentage of people it seems to induce anxiety because they can't understand why it exists or what it is for.
Re: Drawing.garden
#104Well, this is delightful. Something interesting I've observed here... for most people this is very claming (like me). However for a small percentage of people it seems to induce anxiety because they can't understand why it exists or what it is for.
No anxiety, just wondering if, since it is on HN and highly upvoted, I'm missing something. That's what you get if you go to the website first and only then read the comments :)
Re: Drawing.garden
#105Re: Drawing.garden
#106Is this supposed to work on mobile? All I see is a brown background (Firefox on Android).
I'm using your same browser on my phone. I touch a spot and something appears at random. I touch the same spot again and it's replaced by something random. I don't think there is a way to chose what to place in a given spot or to empty it so I don't see the purpose of the game (is it a game?) Anyway it's OK as first prototype. Just add a menu to choose plants from and it's done.
Re: Drawing.garden
#107Who's gonna write an algorithm to turn every single flower into a [plant of choice]?
const event = new Event("mousedown")
const pArr = Array.from(document.querySelectorAll("p"))
function switchSymbol(target) {
target.dispatchEvent(event);
}
function switchUntil(target, until) {
while (target.innerText !== until) {
switchSymbol(target);
}
}
for (const p of pArr) {
switchUntil(p, "")
}
Change the second argument of switchUntil to the emoji you want. HN doesn't allow emojisRe: Drawing.garden
#108Who's gonna write an algorithm to turn every single flower into a [plant of choice]?
It seems like not all columns are the same. For example I couldn't get an apple in the middle column
Re: Drawing.garden
#109Re: Drawing.garden
#110Well, this is delightful. Something interesting I've observed here... for most people this is very claming (like me). However for a small percentage of people it seems to induce anxiety because they can't understand why it exists or what it is for.
Why do any of them exist?