I play a very basic multiplayer flash-applet game @ http://www.haxball.com (check it out!)
Haxball’s match Replay files can be recorded by users in-game, and saved to disk as “.hbr” files. These Replay files can later be viewed by loading the .hbr replay file directly in the haxball.com interface, or by uploading the .hbr file publicly to a third-party service like "haxballtube.com"
My goal is to launch a third-party web-service which will allow users to upload haxball match replay files (.hbr), which will then be analyzed – with meaningful “match statistics” (goals, shots on net, possession %, etc.) extracted from the uploaded replay file, summarized, and reported back to the user.
A GREAT example with similar functionality can be seen here: http://www.playwithanton.ru/haxball/stat/ (to test functionality - you will need to either load or link to a haxball game replay file (.hbr) to analyze and to generate statistics from. I will provide links to an example replay file below - as part of the discussion)
Does anybody have any idea how the above example may have been created?
I do not have any real programming experience – I am hoping some helpful person can point me in the right direction regarding how I might be able to extract data and meaningful statistics from these .hbr files, and how I might produce something similar to the above example. My primary goal is to see this project to completion, and hopefully to learn some programming along the way.
Thanks for reading - any input/direction is MUCH appreciated!