Hacker News new | ask | show | jobs
by avereveard 4159 days ago
hi, why leaving the elevator at a floor doesn't pick up additional passengers? i.e.

http://pastebin.com/xA4NJbas @ http://play.elevatorsaga.com/#challenge=2

(yes that's only a stub, but has logging as I was trying to understand the event order)

at least elevator.goToFloor(elevator.currentFloor());

doesn't count as a move and unlocks the passenger to onboarding

btw, when you start you get 2 moves per elevator in the moves count

1 comments

The last one about moves has been fixed.

The additional-people-not-getting-on is kind of an architectural problem with the game, working on it.