Log in

View Full Version : Rebound Rumble Score Tracker


salomon90
31-01-2012, 00:36
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.

Web version - z.umn.edu/reboundcalc (http://z.umn.edu/reboundcalc)
Mobile version (WP7, who has one of those?) (http://www.windowsphone.com/en-US/apps/bb9528cf-76cf-4691-bbb5-8c1c30f7e585)

Hope it helps in some nominal way.

mjustice66
31-01-2012, 04:30
Very nice. Simple and clean.

Siri
31-01-2012, 09:06
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!

frc4027_mentor
31-01-2012, 23:36
I have a WP7. Thanks!

salomon90
01-02-2012, 18:39
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.

https://netfiles.umn.edu/users/stadi012/ReboundRumbleWebApp

Stay tuned to this thread for a possible redesign.

salomon90
18-02-2012, 04:19
Okay, update then. We did end up getting around to making a comprehensive offline version of this app. It can be found here at http://www.mngofirst.org/helpful-links.html. You can also find a detailed description of what it does here at https://netfiles.umn.edu/users/stadi012/ReboundRumbleWebApp/Rebound_Scout_Help.html.

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.