Hi all
I am currently developping a game where each player can choose 3 heroes among 24 (both player can pick the same hero).
I would like to know the percentage of pick for each individual hero (not player) : hero A has been used in 50% of the games, 75% for winners.
My only idea so far is to use a 1/0 value (0: hero not used. 1:hero used) for each hero. It would work but it means 24 statistic lines. So the statistic table would be hard to read.
Any idea how i could do it better?
Thank for your help
I am currently developping a game where each player can choose 3 heroes among 24 (both player can pick the same hero).
I would like to know the percentage of pick for each individual hero (not player) : hero A has been used in 50% of the games, 75% for winners.
My only idea so far is to use a 1/0 value (0: hero not used. 1:hero used) for each hero. It would work but it means 24 statistic lines. So the statistic table would be hard to read.
Any idea how i could do it better?
Thank for your help