elevatorsaga
elevatorsaga copied to clipboard
The elevator programming game!
 # Steps - elevator is on the way to `0`, - elevator has detected that there's someone waiting on `1` - downIndicator is `ON` since that's the direction the...
There's some documentation inside the comments, but I missed those my first pass through, especially since they aren't in the comments of the example code when you first start Elevator...
This is such a great game, but when sharing it into social channels there's no preview that loads and so clickthrough is a bit of an issue. I believe this...
This is incredibly annoying, everytime I paste a line it tries to "fix" it, by fucking with the code I explicitly wrote. This can have comically bad effects when I'm...
Fix elevator moveCount false increment at creation of elevators, so game started with world move count = elevator move count * count of elevators
I translated the API document to Japanese.
Added parameter definition into callback function for 'up_button_pressed' and 'down_button_pressed' events listeners. The documentation does not indicate that 'floor' parameter is passed into the function. This information can significantly help...
This problem is detected well with challenge # 14. Here we have 5 elevators. At the beginning of the game, first and second elevators goes up, third, fourth and fifth...
Greetings! One problem I've experienced with this game is just how quickly I will run out of challenges for one, and two, the lack of "real" input data, e.g. someone...