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.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?
Level MINUS 17
Moderators: Jay2k1, DavidM, amh
Re: Level -17
-
- Junior Member
- Posts: 1
- Joined: 15-06-2019 21:02
Re: Level -17
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.
Having in mind how do those tiles react on click and which color switches to which will make the riddle easy.
Re: Level MINUS 17
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?
-
- Junior Member
- Posts: 2
- Joined: 22-03-2016 13:00
Re: Level MINUS 17
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
i was able to solve the puzzle 9 times in a 20 sec and i got a reward too!
interesting level lol
Re: Level MINUS 17
Now that's intriguing, please PM me what you did!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
-
- Junior Member
- Posts: 4
- Joined: 08-07-2021 10:07
Re: Level MINUS 17
i solved it, but i have a question. can i PM someone? thx!
Re: Level MINUS 17
Sure
-
- Junior Member
- Posts: 2
- Joined: 28-02-2023 21:16
Re: Level MINUS 17
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.
Re: Level MINUS 17
There's still quite some activity here. Good that you loved this level, I hated it lolashengem81 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.
- forketyfork
- Junior Member
- Posts: 16
- Joined: 02-07-2023 13:31
- Location: Munich, Germany
- Contact:
Re: Level -17
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.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.
Re: Level MINUS 17
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):
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.
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
Can someone please advise/check it? Thanks.
Re: Level MINUS 17
Thanks for the notice, we'll look into it.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):
I tried this in level in multiple browsers (including clearing the cookies between attempts) but I think this is server-side.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
Can someone please advise/check it? Thanks.
Re: Level MINUS 17
Should be fixed.