Live data from Hacker News

Show HN: I may have created a new type of puzzle

dogbunnypuzzle.com

401–410 of 485 posts

Re: Show HN: I may have created a new type of puzzle

#402
post #387

Earlier quoted context omitted.

Rapidly flashing colors may be dangerous for people with epilepsy.

I wonder if it's better for people with epilepsy to have a simple and more robust solution by getting a monitor that has low refresh rate or limited colors than to try to police all the internet and applications from ever showing flashing colors.

Turn your monitor's refresh rate so low that flashing lights won't actually be flashy and try to operate your mouse cursor. Good luck.

Re: Show HN: I may have created a new type of puzzle

#403
post #387

Earlier quoted context omitted.

I wonder if it's better for people with epilepsy to have a simple and more robust solution by getting a monitor that has low refresh rate or limited colors than to try to police all the internet and applications from ever showing flashing colors.

Turn your monitor's refresh rate so low that flashing lights won't actually be flashy and try to operate your mouse cursor. Good luck.

A touch device may be a better option in that case.

Re: Show HN: I may have created a new type of puzzle

#406
post #62

It's beautiful! Looks like the optimal solution is 26 steps: https://github.com/polkerty/dog-bunny-puzzle-solver

Nice. I tried to fuzz this rather than use an exhaustive search. So random animals walk randomly. It gets stuck. So I added if no animal moves after 100 attempts, restart. But it seems to get stuck all the time. So it loops around mostly and eventually falls to the stuck position. I have to think about this, is the entropy such that you'll never practically escape by randomly walking? I feel like if I add more condit…

This can be a useful approach when you have a very large number of states (as long as you also don't revisit states). In this case, there are few enough states to just BFS the fastest way directly.

Re: Show HN: I may have created a new type of puzzle

#407
post #65

I tried it on two different browsers and it does exactly nothing. It's just a diagram showing labels and lines? But nothing moves, and I don't see any rabbits or dogs. I checked developer tools, and there are no messages. Not really sure what it's supposed to do.

I got this too (and yes, I did enable JS to try it out since the page title helpfully informed me it was a React App.) The lack of any errors or warnings in the browser console is definitely strange. I guess the puzzle is to... debug it?

Re: Show HN: I may have created a new type of puzzle

#408

I love it. Fantastic. Can you think of a way to re formulate the puzzle so that you can express the rules without words? Also, the dog / rabbit dynamic (as used in the classic dog/duck/grain river crossing puzzle) made me think that I had to chase the rabbits with dog, or that dogs and rabbits couldn’t share a node. Different animals might be better — rabbit and mouse, perhaps? Or even different coloured rabbits and…

> formulate the puzzle so that you can express the rules without words?

Perhaps just a picture of the state icon (or one with a slash through it) and have it "light up" when the condition is satisfied.

Re: Show HN: I may have created a new type of puzzle

#409
This is pretty cool! Conceptually it's pretty similar to a classic Mac game I remember from the 90s called The Tinies. The goal is to get each "Tiny" creature to a bed of the same color.

Where it gets complicated is that each creature will in a straight line move up, down, left, or right as far as they can until they hit a wall. You can't stop in the middle of the floor and turn, although there are arrows on the floor that will redirect them, and even teleport pads. Each tiny also acts as an obstacle to other tinies, so you can place them in a particular location to force another tiny to stop short so they can be moved in a different direction some distance from a wall (similar to your conditional graph edges).

https://www.macintoshrepository.org/3493-the-tinies

Re: Show HN: I may have created a new type of puzzle

#410
Throwing in a note of appreciation here. Had friends over to dinner last night at our place and at close to midnight a fun debate broke out about puzzles like wordle, and quordle and the like. I shared this URL with my friends and said “no instructions, you just got to do it. All I will say is that it can be done”

It was so funny to suddenly go from noisy bunch of us to each person quietly studying the problem followed by the occasional “wth??”

They all want to know if this is going to be a daily thing now.

The only question mark we have is whether the game will be fun on a regular basis since so much of the fun (and satisfaction) actually came from figuring out the rules of the game in the first place :D

Post reply on HN