Opened 10 years ago

Last modified 20 months ago

#2448 new enhancement

Display gameplay statistics from the lobby on a website — at Initial Version

Reported by: Josh Owned by: Josh
Priority: If Time Permits Milestone: Backlog
Component: Multiplayer lobby Keywords: beta
Cc: scythetwirler, Andy Alt Patch:

Description

Currently at the end of rated games started through the lobby, a bunch of game statistics are sent back to XpartaMuPP and stored in an sqlite3 database (setup by this script).

It would be nice to make this data public in some infographics on a webpage (lobby.wildfiregames.com port 80 should work nicely).

As for the technical side, we could use Google Charts and some basic HTML/JS/CSS to display the data. To access the data we should either parse the database server-side to an intermediate format (like JSON) or just access it directly client-side.

Change History (0)

Note: See TracTickets for help on using tickets.