0
$\begingroup$

I made a small game and in course of time collected fair amount of data between users and level

The level chart is long (120 levels) but looks somewhat like this

$$ \begin{array}{|c|c|} \text{level} & \text{No. of Users}\\\hline 5 & 20\\ 6 & 23\\ 7 & 15\\ 10 & 2\\\hline \end{array} $$

Being a math nitwit I don’t know how to extract useful information out of this. Can someone help me with this so that I can learn more about my users and give them things they want?

  • 0
    What exactly is your question? I think you need to figure out (or tell us) what "useful information" you want. Perhaps try gamedev.stackexchange.com?2011-06-16
  • 0
    Are there more attributes? As it stands, (Level, Number) doesn't seem very informative.2011-06-16

1 Answers 1