IdleLands / IdleLandsOld

[DEPRECATED] A full-blown idling RPG. It has a modular backend that can be added to any existing frontend via a REST API.
http://idlelands.github.io/IdleLandsOld
MIT License
41 stars 28 forks source link

web enhancements, round 2 #202

Closed seiyria closed 10 years ago

seiyria commented 10 years ago
smithk58 commented 10 years ago

-Separate personalities by commas (they're all just one string at the moment) (and sort them alphabetically) -If a stat gets updated (refreshed) on the website, the color isn't set (red for bad, green for good, etc.) -On the hover tip menu for stats - you should be able to click a particular item and be taken to it on the web page

smithk58 commented 10 years ago

Add global stats:

On the website you should display global stats. There's quite a few fun ones you could do: -List each "normal stat" (e.g. level, strength, etc.) and whom has the highest of that stat -List each of the stats you display for normal character (e.g. how many steps walked) but display the TOTAL across all characters -List other interesting things (e.g. X player has the most wins in battle)

Calculating these are obviously expensive, so you would probably just have to do it periodically (e.g. once a day) and maybe display a "last calculated/updated" thing on the website.

People like seeing data like this in text based games, so this would be a pretty big hit for people.

seiyria commented 10 years ago

Closing this since 90% of it is done. Moved the remainder to #251.