-
Notifications
You must be signed in to change notification settings - Fork 318
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
Comments
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? |
I wrote a small patch that changes the color based on the waiting time, probably will tweak a bit |
Let the people wave their hands or render a "Zzzz"-bubble on their heads to indicate long waiting times. |
Interesting that style.css has yellow and red color for disappointed and frustrated users: Line 245 in e0c55bf
Although nowhere in the code those styles are set. Looks like that is a not completed feature. |
…x waiting time challenges fail. re magwo#77
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.
The text was updated successfully, but these errors were encountered: