elevatorsaga icon indicating copy to clipboard operation
elevatorsaga copied to clipboard

Show waiting time of a passenger

Open mistotebe opened this issue 9 years ago • 4 comments

I've spent ages trying to find out what behaviour of my elevators causes the max wait time to run out on the levels. It is really hard to debug such problems without #34 or having a way to spot the waiting time of each passenger easily. Maybe changing the colour of each passenger from white through blue, green, up to red as a function their current wait time? Would make the game much nicer to look at and maybe even provide more motivation for some people to keep the elevators moving in the minimum moves challenges.

mistotebe avatar Feb 11 '15 22:02 mistotebe

Yeah. Not sure how to visualize this without significant clutter. The waiting time is irrelevant for the starting levels. What do you think about some kind of hover tooltip?

magwo avatar Feb 24 '15 09:02 magwo

I wrote a small patch that changes the color based on the waiting time, probably will tweak a bit

https://github.com/dedavidd/elevatorsaga/commit/a8d07d57260ce7016d90429bfed780450a0ef7e6

dedavidd avatar Oct 26 '15 22:10 dedavidd

Let the people wave their hands or render a "Zzzz"-bubble on their heads to indicate long waiting times.

jenspfahl avatar May 27 '16 12:05 jenspfahl

Interesting that style.css has yellow and red color for disappointed and frustrated users: https://github.com/magwo/elevatorsaga/blob/e0c55bf8cf59243c32dc371b2cc7b2e3ec1664af/style.css#L245

Although nowhere in the code those styles are set.

Looks like that is a not completed feature.

avodonosov avatar Oct 28 '22 01:10 avodonosov