Remember the Canabalt Scoreboard I built a while ago? I decided to add a couple things. Semisecret, the game's creator, is going to be adding a global leaderboard in the next update, so I thought I'd some things that will remain useful and parse some of the data.

Historical Data

death-graph.pngSince I started tracking data on October 4th, I've captured 25k scores. As of today, the average score is 3965m. When you break it down by the type of death, it's 3728m (fine mist), 4082m (hit wall) and 3686m (fell). I think it does a decent job of showing what obstacle is hardest to avoid (hitting a building above or below the window).

If you go to the site and click on the stats tab, you can also see a list of the highest score for each day since I've tracked scores and a pretty graph of how people are dying, broken down by day (seen to the right). It's also an interesting look into how often people are posting their scores to Twitter which I imagine correlates closely to total usage.

User Scores

You can also now look at all of the scores you've submitted. For example, here are mine and here's iSpacemanSpiff, who has the highest score right now. If you want to look up the scores of anyone else, just go to the main page and do a search.

More Information

I have other data I'd like to get up there, specifically the average score per day, to see if people are improving overall. And if any of you like the graph, I built it using the Javascript library, Bluff. I like it a lot and have also been interested in using High Charts, but that's fodder for another post.

The more I build this out, the more I think this would be a useful tool for developers. I know many collaborative FPS and MMPORG games use stats to change how the game works and I think iPhone developers with global leaderboards could learn from this data too.