JakubLinhart / Mmai

Match-match Animal Individuals
MIT License
0 stars 1 forks source link

report number of turns not number of cards played #25

Closed pygmy83 closed 5 years ago

pygmy83 commented 5 years ago

number of turns is currently the number of cards, but when you play each turn consists of playing two cards. it makes more sense to me to divide current values by two to report number of turns.

JakubLinhart commented 5 years ago

This requires erasing all current data to avoid semantics confusion. Is it acceptable?

pygmy83 commented 5 years ago

ok, no problem. lets forget this

JakubLinhart commented 5 years ago

Add a new column: TurnsCount, no data erased. TurnsCount column is used in all statistics if available. If not available (for older games) MovesCount / 2 is used. There are values for both columns in raw data.