I recognize this year’s game scoring is much simpler than 2011, but if you want a quick way to keep track of a scrimmage or practice then my team made a web app for tallying up the game score.
Wow, this is great. Is there a way we could use this as like an offline GUI for Excel? (Note: I know nothing about WP7, so I may be looney.) If there was a place to enter the match and team number you were tracking, this would make an awesome scouting tool!
Hmm, that’s an interesting idea. I don’t know if we’ll have time to make it before regionals start up. I definitely will release an offline version. If you want it as a scouting tool you may need three people/ computers to cover the six teams unless it gets a redesign.
I’ll link you to the source code if you want to play around with it. It’s C# so I hope you don’t mind Silverlight. You can get the source code by changing the .xap file to a .zip and then just extracting the files.
Quick summary:
-It saves all the data to a .cvs file.
-There will be an excel spreadsheet to go with it for detailed data analysis.
-It’s used to track the shot locations of one team at a time and the point value of each shot.
-It also tracks bridge balancing.
-Now I think about it, it should track missed shots and also penalties so that’ll be coming soon.