erkyrath / tworld

A choice-based shared online text environment sandbox
MIT License
71 stars 13 forks source link

Recent-arrivals tab? #165

Open erkyrath opened 9 years ago

erkyrath commented 9 years ago

The site's front page shows a list of logged-in players. It's silly not to have this information in-game. For scaling reasons, we probably don't want all logged-in players. Maybe a right-hand tab containing the most recently active ten?

(Optimization is important. It's N^2 status updates for whatever information is displayed. Just world and instance, I imagine.)

erkyrath commented 9 years ago

See also https://github.com/erkyrath/tworld/issues/104 (worlds in which people aren't visible as logged-in, or in which the location is obscured).