28. March 2008 by Mads

Some days ago a submitted my "PopTheBubble" game to Silverlight.net. I thought it would be a great source of inspiration, as this game is the outcome of a hands-on-lab tutorial from silverlight.net.

At the moment you can see it in the Silverlight.net Gallery  

This has been my first "learning" project, both for learning Silverlight 2 but also learning alittle about game development in Silverlight 2. Learning/getting started projects like this normally doesn't have the most sweet code and structure, which is why I haven't published the source code for it.

Comments

Jason Schluter
5. Apr 2008 05:49
Hello Mads,

Love the high score system.

Any chance you'll publish some demo code for saving to a server?
Any good links to the topic?

Thanks,


Jason Schluter
Mads
5. Apr 2008 12:34
Hi Jason

Thanks for your comment! Smile

I will look into publishing the code for the hi-score. Actually it's pretty simple, the game just makes and call to an webservice, which stores the score, name and datetime into an xml fil.

But I'll make a blog post about it as soon as possible.

//Mads
Comments are closed