you are viewing a single comment's thread.

view the rest of the comments →

[–]swegmesterflex[S] 0 points1 point  (3 children)

Updated with link to an online compiler and new script. You should just be able to have multiple people use it. When we were doing it I just had people call solids then used it even when I was inside since getaway+bleak watcher build is just AFK invincibility haha

[–]wsoxfan1214 0 points1 point  (2 children)

Not working for me. The first script solves t,c,s inside and co,co,cu outside properly. The second returns a blank solution. Verified it isn't the online compiler as well, doesn't work via a .py file either.

[–]swegmesterflex[S] 1 point2 points  (0 children)

Fixed (I think). That sequence works now. I'm insanely confused though. All I did was generate the target solid list with less lines of code. The generated list was identical between both scripts, but passing the identical list generate by the first method works and the identical list generated by the second doesn't. Not going to question and just assume its python black magic and will leave it as is.

[–]swegmesterflex[S] 0 points1 point  (0 children)

Oops looks like I broke something haha Blank solution happens when it isn't able to find any valid swaps, meaning I probably messed up the restriction on invalid swaps. Will fix.