Live data from Hacker News

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

dogbunnypuzzle.com

381–390 of 485 posts

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

#382
post #265

Earlier quoted context omitted.

I liked the insanely rapidly flashing colors.

Rapidly flashing colors may be dangerous for people with epilepsy.

i don't have epilepsy but those colors going that fast were a bit much for me

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

#385
post #307

Earlier quoted context omitted.

She's a genius[1]. Took me an age to figure out what the rules were and then a fair while to actually get it done. [1]Well compared to me anyway

I inferred rules that turned out not to be true: 1) I thought that, obviously, rabbits and dogs couldn't occupy the same space, lest the dog attack the rabbit, causing a lose-condition 2) I assumed that only one animal could occupy a node. The game, until the last move, is winnable with those extra rules.

Seems to me a good comparison between inductive and deductive reasoning. - with a simple logic puzzle like this, both are fairly comparable - especially when some adults (me included) start with the wrong assumption, like two can't be in one node, which will slow down the process

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

#386
post #335

Earlier quoted context omitted.

36 y/o, same here

34 year old, probably took me 8 minutes

34yo and also around 8 minutes.

Though, sheepishly, I wouldn't have even mustered the energy had I not seen that someone's kid solved it in two minutes.

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

#387
post #265

Earlier quoted context omitted.

I liked the insanely rapidly flashing colors.

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.

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

#390

I'm convinced there is only one way to solve this: Write a program to unroll the constrained state transition diagram into an unconditional state transition diagram and find the shortest path. The unrolled version would still be pretty small so you can just iterate over it.

This puzzle is definitely along the lines of a Leetcode-style traversal exercise
Post reply on HN