MNoya / Element-TD

Element Tower Defense
http://www.eletd.com
64 stars 22 forks source link

Stats on Coop #376

Closed MNoya closed 8 years ago

MNoya commented 8 years ago

Before we turn off the coop map as the default map, I'd like to see the result of some queries:

ynohtna92 commented 8 years ago

https://getdotastats.com/#s2__mod_f?id=132 Pick rate of maps can be found here.

From my queries however I have aggregated the following results for you.

SELECT * FROMmatch_dataWHERE version = '1.7' 63171

SELECT * FROMmatch_dataWHERE version = '1.7' and mode = 2 23040

Pickrate of maps for 1.7: 23040/63171 = 36.47%

MNoya commented 8 years ago

What are those 75k matches in GDS, weekly?

1/3 of matches being coop is quite a success considering how easy it is to make a single player lobby

ynohtna92 commented 8 years ago

True. I am going to upload the csv dump of the query SELECT * FROMmatch_datamd LEFT JOINplayer_datapd ON md.matchID = pd.matchID WHERE version = '1.7' and mode = 2 group by md.matchID So you can do analytics of difficult and win/lost yourself. I'm not sure what win conditions are for coop. match_data.zip

MNoya commented 8 years ago

wave > 50 or victory flag should be there too