magwo | 11 years ago | on: Elevator Saga – An elevator programming game
magwo's comments
magwo | 11 years ago | on: Elevator Saga – An elevator programming game
magwo | 11 years ago | on: Elevator Saga – An elevator programming game
Especially I would appreciate help with adding more challenges, and/or making them all balanced and interesting, for a good and reasonable difficulty curve.
It is very simple to tweak them - they are defined at the bottom of challenges.js: https://github.com/magwo/elevatorsaga/blob/master/challenges...
magwo | 11 years ago | on: Elevator Saga – An elevator programming game
magwo | 11 years ago | on: Elevator Saga – An elevator programming game
They spawn at a fixed rate, but at random floors, with 50% spawning at the bottom floor.
I agree it would be more interesting if there were patterns, distributions, more popular floors etc. Haven't gotten around to implementing it. There's a small unused bit of code here intended for this: https://github.com/magwo/elevatorsaga/blob/master/challenges...
The additional-people-not-getting-on is kind of an architectural problem with the game, working on it.