Project DescriptionThis is a sample Shuffleboard game written in Silverlight for Windows Phone 7. It demonstrates physics, procedural animation, perspective transforms, and sound.
Video TutorialA video and text walkthrough is available on the Coding4Fun site:
http://blogs.msdn.com/b/coding4fun/archive/2010/06/15/10025512.aspxMore InfoThis project uses the
Physics Helper Library and
Farseer Physics Engine. The solution uses multitargeting to create both Web and Phone applications using the same code base.
Important Build NotesWhen you build the solution, you will likely receive an error "The ValidateXml task failed unexpectedly." This is due to a security restraint on blocked assemblies, and can be resolved by following the steps
in this blog post