Scoreoid Portable is a Portable Class Library that gives developers access to the Scoreoid scoring system (www.scoreoid.com).
It targets everything!!! So that's .NET 4.0.3+, Silverlight 5, Windows Store apps, Windows Phone 7.5, Windows Phone 8.
Yeah, the main classes (Game, Player, Score, and ScoreItem) all implement INotifyPropertyChanged to make it easier if you want to use them in an MVVM approach. There is also an IScoreoidClient interface if you want to use it that way.
Nuget. Basically.
PM> Install-Package ScoreoidPortable