Level MINUS 17

Hints and questions about specific levels. Be careful not to post spoilers!

Moderators: Jay2k1, DavidM, amh

User avatar
amh
Moderator
Posts: 1721
Joined: 25-10-2014 00:08
Location: Washington state, USA

Re: Level -17

Post by amh »

Alemarius Nexus wrote:Hey, I have completed this level, but I saw some people here saying they can solve this puzzle in 5 or less moves. Is that really true in the general case? I wrote myself a brute-force program that simply tries all possible sequences of moves (yeah, it's "cheating" but not cheating), and most of the time it required 7, sometimes 6 moves. Am I missing something about the mechanic? Is my program wrong?
I hated this level at the time. Recently I revisited it, after someone claimed "it's not that hard' here. I started with a puzzle that looked almost complete and took my time, and yeah, it's not that difficult ... and I did it in 5 moves.
LeagueHunter
Junior Member
Posts: 1
Joined: 15-06-2019 21:02

Re: Level -17

Post by LeagueHunter »

I highly recommend grabbing a piece of paper and a pen and drawing five by five squares with numbers. Inside of each box write a number of clicks required to change the tile color to the right one.
Having in mind how do those tiles react on click and which color switches to which will make the riddle easy.
yaslover
Junior Member
Posts: 3
Joined: 14-04-2021 00:27

Re: Level MINUS 17

Post by yaslover »

I completed the puzzle and whenever I click to continue, it sends me to the beginning. I don't know what to do to continue. can i pm someone?
User avatar
amh
Moderator
Posts: 1721
Joined: 25-10-2014 00:08
Location: Washington state, USA

Re: Level MINUS 17

Post by amh »

yaslover wrote: 23-04-2021 04:04 I completed the puzzle and whenever I click to continue, it sends me to the beginning. I don't know what to do to continue. can i pm someone?
Sure.
Holmes-Student
Junior Member
Posts: 2
Joined: 22-03-2016 13:00

Re: Level MINUS 17

Post by Holmes-Student »

i think i found a bug on this level idk..
i was able to solve the puzzle 9 times in a 20 sec and i got a reward too!
interesting level lol
User avatar
amh
Moderator
Posts: 1721
Joined: 25-10-2014 00:08
Location: Washington state, USA

Re: Level MINUS 17

Post by amh »

Holmes-Student wrote: 12-06-2021 12:19 i think i found a bug on this level idk..
i was able to solve the puzzle 9 times in a 20 sec and i got a reward too!
interesting level lol
Now that's intriguing, please PM me what you did!
VanAchterwerk
Junior Member
Posts: 4
Joined: 08-07-2021 10:07

Re: Level MINUS 17

Post by VanAchterwerk »

i solved it, but i have a question. can i PM someone? thx!
User avatar
amh
Moderator
Posts: 1721
Joined: 25-10-2014 00:08
Location: Washington state, USA

Re: Level MINUS 17

Post by amh »

VanAchterwerk wrote: 05-08-2021 15:10 i solved it, but i have a question. can i PM someone? thx!
Sure
ashengem81
Junior Member
Posts: 2
Joined: 28-02-2023 21:16

Re: Level MINUS 17

Post by ashengem81 »

I don't know if anyone still reads any of this, but I wanted to say this is my favourite level. Ever. In the whole thing.
User avatar
amh
Moderator
Posts: 1721
Joined: 25-10-2014 00:08
Location: Washington state, USA

Re: Level MINUS 17

Post by amh »

ashengem81 wrote: 05-03-2023 21:37 I don't know if anyone still reads any of this, but I wanted to say this is my favourite level. Ever. In the whole thing.
There's still quite some activity here. Good that you loved this level, I hated it lol
User avatar
forketyfork
Junior Member
Posts: 16
Joined: 02-07-2023 13:31
Location: Munich, Germany
Contact:

Re: Level -17

Post by forketyfork »

LeagueHunter wrote: 29-06-2019 15:15 I highly recommend grabbing a piece of paper and a pen and drawing five by five squares with numbers. Inside of each box write a number of clicks required to change the tile color to the right one.
Having in mind how do those tiles react on click and which color switches to which will make the riddle easy.
This is the best advice. I wrote a small program in JavaScript that did exactly that, and ran it in the browser console for every puzzle. Solved all 9 in no time.
User avatar
whip
Junior Member
Posts: 2
Joined: 03-11-2023 01:03

Re: Level MINUS 17

Post by whip »

Hi,

Is this level broken? I solved it multiple times but after it the puzzle disappears and I get a PHP error like this (redacted for spoiler reasons):

Code: Select all

Fatal error: Uncaught TypeError: join(): Argument #2 ($array) must be of type ?array, string given in <path-to-this-level>.php:97 Stack trace: #0 <path-to-this-level>.php(97): join(Array, ',') #1 {main} thrown in <path-to-this-level>.php on line 97
I tried this in level in multiple browsers (including clearing the cookies between attempts) but I think this is server-side.

Can someone please advise/check it? Thanks.
User avatar
amh
Moderator
Posts: 1721
Joined: 25-10-2014 00:08
Location: Washington state, USA

Re: Level MINUS 17

Post by amh »

whip wrote: 03-11-2023 01:08 Hi,

Is this level broken? I solved it multiple times but after it the puzzle disappears and I get a PHP error like this (redacted for spoiler reasons):

Code: Select all

Fatal error: Uncaught TypeError: join(): Argument #2 ($array) must be of type ?array, string given in <path-to-this-level>.php:97 Stack trace: #0 <path-to-this-level>.php(97): join(Array, ',') #1 {main} thrown in <path-to-this-level>.php on line 97
I tried this in level in multiple browsers (including clearing the cookies between attempts) but I think this is server-side.

Can someone please advise/check it? Thanks.
Thanks for the notice, we'll look into it.
User avatar
Jay2k1
Administrator
Posts: 251
Joined: 18-03-2005 06:43
Contact:

Re: Level MINUS 17

Post by Jay2k1 »

Should be fixed.
User avatar
whip
Junior Member
Posts: 2
Joined: 03-11-2023 01:03

Re: Level MINUS 17

Post by whip »

Jay2k1 wrote: 03-11-2023 22:41 Should be fixed.
Confirmed that it is fixed. Thanks for the quick response!
Post Reply