Earlier quoted context omitted.
Only thing I didn't know at first was that I assumed multiple conditions were or instead of and. Also, people are talking about flashing lights? I get to the completion criteria with the dog on the bone and the rabbits on the carrot and the game doesn't end. I can keep playing, no lights. Is there more?
You need to have both rabbits on carrots
Show HN: I may have created a new type of puzzle
371–380 of 485 posts
Re: Show HN: I may have created a new type of puzzle
#372Fun implementation. It’s isomorphic to a wide range of problems that have been used for centuries that are all isomorphic to constrained state search. The fact that the graph is explicit here makes the problem way easier. (One you may be familiar with that seems very similar is the parking problem where by sliding around the cars they (un)block one another. None of this is to take away from the fun setting and implem…
Re: Show HN: I may have created a new type of puzzle
#373Re: Show HN: I may have created a new type of puzzle
#374Re: Show HN: I may have created a new type of puzzle
#375Re: Show HN: I may have created a new type of puzzle
#376Earlier quoted context omitted.
I’m 45 years old and have been staring at it for a very long time without a clue. First off, you’ve raised a wonderful 8 year old and deserve congratulations. Second, is she available for lessons?? :)
36 y/o, same here
Re: Show HN: I may have created a new type of puzzle
#377Earlier quoted context omitted.
Awesome! Thanks for popping up and clarifying. For those of us that are not experts, how is this sort of problem generally classified? I've seen others on here say classical planning, but I wasn't sure if that is correct.
I would (also) say that this is a classic planning problem. It's deterministic, observable, static, and discrete.
Re: Show HN: I may have created a new type of puzzle
#378Re: Show HN: I may have created a new type of puzzle
#379https://developer.apple.com/library/archive/technotes/tn2444...