This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Insert this code onto https://play.elevatorsaga.com | |
| // Pass 83% of the levels | |
| // Trick introduced on #6 and #7 | |
| // Failed on #13 -> best is around 50/100 | |
| // Failed on #14 | |
| // Flaky on #15 -> "passing_floor" functions should be disabled to pass | |
| // Failed on #18 -> 1910 was the most | |
| { | |
| init: function(elevators, floors) { |
OlderNewer