Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show waiting time of a passenger #77

Open
mistotebe opened this issue Feb 11, 2015 · 4 comments
Open

Show waiting time of a passenger #77

mistotebe opened this issue Feb 11, 2015 · 4 comments

Comments

@mistotebe
Copy link

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 mistotebe changed the title Show that waiting time of a passenger Show waiting time of a passenger Feb 11, 2015
@magwo
Copy link
Owner

magwo commented Feb 24, 2015

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?

@dedavidd
Copy link

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

dedavidd@a8d07d5

@jenspfahl
Copy link

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

@avodonosov
Copy link

Interesting that style.css has yellow and red color for disappointed and frustrated users:

.user.frustrated {

Although nowhere in the code those styles are set.

Looks like that is a not completed feature.

avodonosov added a commit to avodonosov/elevatorsaga that referenced this issue Oct 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants