Skip to main content
12 events
when toggle format what by license comment
Oct 23, 2020 at 15:08 comment added Anthony Ingram-Westover @RobinAndrews I'm thinking maybe some variation where one switch has multiple links, or maybe switches go to different depths (i.e. 0 goes to depth 2, so you toggle 0 it also toggles it's pair and it's pair's pair) I do actually find it quite interesting in theory, so I'm going to be playing around with it a bit
Oct 23, 2020 at 13:18 comment added Robin Andrews Can you see a way to make the puzzle intriguing? Maybe random connections but check the puzzle is solvable and try a new config if not?
Oct 23, 2020 at 13:07 comment added Anthony Ingram-Westover Looks like the creator calls it Switchboard, but could be his creation. Also, I played several rounds with the links randomized and it was always the same. Choose the 5 numbers with arrows under them, or the 5 numbers with arrows above them. Enter either set of 5 numbers without ever entering a number from the other set and you win.
Oct 23, 2020 at 8:43 comment added Robin Andrews github.com/asweigart/PythonStdioGames/blob/main/inprogress/… amd github.com/asweigart/PythonStdioGames/blob/main/inprogress/…
Oct 23, 2020 at 8:36 comment added Bubbler @RobinAndrews So many games there. What is the title of this particular game?
Oct 23, 2020 at 8:29 comment added Robin Andrews @Bubbler github.com/asweigart/PythonStdioGames
Oct 23, 2020 at 6:04 comment added Robin Andrews I think that configuration just happened to be simple to solve. The connections are generated randomly by the code.
Oct 23, 2020 at 0:22 comment added Anthony Ingram-Westover I don't think I get the full logic behind this puzzle. 0-4 are linked to 5-9, so all you have to do is toggle either 0-4 or 5-9 and all the items will be O. Like if I toggle switch 0, both 0 and it's pair (8) becomes O. Repeat for 1-4 and all 10 will be O. Or is it in both directions so if you toggle 0 it will change 6 and 8?
Oct 22, 2020 at 23:22 comment added Bubbler Can you share the GitHub repo where you found the puzzle?
Oct 22, 2020 at 21:01 history edited bobble
edited tags
Oct 22, 2020 at 20:56 review First posts
Oct 22, 2020 at 20:58
Oct 22, 2020 at 20:53 history asked Robin Andrews CC BY-SA 4.0