<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://silverlightaddict.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Silverlight Games</title><link>http://silverlightaddict.com/blogs/silverlightgames/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20917.1142)</generator><item><title>Defend Stuff: A Silverlight 2 Game</title><link>http://silverlightaddict.com/blogs/silverlightgames/archive/2008/10/23/defend-stuff-a-silverlight-2-game.aspx</link><pubDate>Fri, 24 Oct 2008 04:34:00 GMT</pubDate><guid isPermaLink="false">53a88fc7-733d-4779-adfd-6c7ae0bc278c:2205</guid><dc:creator>RogerGuess</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://silverlightaddict.com/blogs/silverlightgames/rsscomments.aspx?PostID=2205</wfw:commentRss><comments>http://silverlightaddict.com/blogs/silverlightgames/archive/2008/10/23/defend-stuff-a-silverlight-2-game.aspx#comments</comments><description>&lt;p&gt;&lt;img alt="defendstuff a silverlight game" src="http://www.silverlightaddict.com/misc/defendstuff.jpg" /&gt; 
&lt;p&gt;&lt;font face="Calibri" size="3"&gt;&lt;a class="" href="http://www.playmatter.com/defendstuff/"&gt;Defend Stuff&lt;/a&gt; is a tower defense game written in Silverlight 2. There is this ‘stuff’ that you are supposed to protect from the ‘bad guys’. You have rocket turrets, machine guns, and a seismic disruptor thingy. You can place turrets throughout the map as long as you do not block all paths preventing the enemy from getting to the stuff. Yes, the goal is to stop them, but blocking them would be rude. You need to blow them up instead. Click &lt;a class="" href="http://www.playmatter.com/defendstuff/"&gt;HERE&lt;/a&gt; to play.&lt;/font&gt;&lt;/p&gt;&lt;img src="http://silverlightaddict.com/aggbug.aspx?PostID=2205" width="1" height="1"&gt;</description><category domain="http://silverlightaddict.com/blogs/silverlightgames/archive/tags/defendstuff/default.aspx">defendstuff</category></item><item><title>SilverLander: A Silverlight 2 Game (updated for Beta 2)</title><link>http://silverlightaddict.com/blogs/silverlightgames/archive/2008/06/08/SilverLander-A-Silverlight-2-Game-for-Beta-2.aspx</link><pubDate>Sun, 08 Jun 2008 21:26:00 GMT</pubDate><guid isPermaLink="false">53a88fc7-733d-4779-adfd-6c7ae0bc278c:31</guid><dc:creator>RogerGuess</dc:creator><slash:comments>27</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://silverlightaddict.com/blogs/silverlightgames/rsscomments.aspx?PostID=31</wfw:commentRss><comments>http://silverlightaddict.com/blogs/silverlightgames/archive/2008/06/08/SilverLander-A-Silverlight-2-Game-for-Beta-2.aspx#comments</comments><description>&lt;p&gt;This was my first Silverlight game. I have&amp;nbsp;now updated it&amp;nbsp;for &lt;strong&gt;Silverlight 2 Beta 2 &lt;/strong&gt;( &lt;a class="" title="SilverLander Beta 1" href="http://silverlightaddict.com/blogs/silverlightgames/archive/2008/06/05/silverlander-a-silverlight-2-game.aspx"&gt;here is the Beta 1 version&lt;/a&gt; ).&amp;nbsp;The&amp;nbsp;game counts down and begins the lander on approach from the top left of the screen. Your job is to bring the lander to&amp;nbsp;a safe slow (and upright) landing on the surface &lt;strong&gt;inside the highlighted landing zone&lt;/strong&gt;. Each level increases difficulty by increasing gravity, increasing initial velocity, decreasing&amp;nbsp;available fuel, and&amp;nbsp;a decreasing landing zone radius. Use the &lt;strong&gt;arrow keys to rotate and thrust&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;iframe style="WIDTH:600px;HEIGHT:500px;" marginwidth="0" marginheight="0" src="http://70.84.202.171/SilverLanderBeta2/SilverLanderBeta2TestPage.html" frameborder="0" width="600" height="500" mce_src="http://silverlightaddict.com/misc/silverlander/testpage.html"&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I&amp;nbsp;started with the building blocks for the gameloop and use of sprites and vectors from&amp;nbsp;Bill Reiss demos on&amp;nbsp;&lt;a class="" href="http://silverlightrocks.com/cs/blogs/silverlight_games_101/archive/2007/08/28/basic-collision-detection.aspx"&gt;SilverlightRocks&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;My next steps are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strike&gt;Gravity is currently straight down, so I need to update that to be the center of the moon/object. The game loop adds a vector straight down instead of directly toward the center of the moon.&lt;/strike&gt; (Done, thx to Bill Reiss who has way more physics experience than me)&lt;/li&gt;
&lt;li&gt;Make&amp;nbsp;magnitude of gravity relative to the proximity to the moon, rather than a constant.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;There is a random&amp;nbsp;math error during the game loop: you may experience it when the ship just jumps completely out of the screen. but appears to continue moving.&lt;/li&gt;
&lt;li&gt;Create a formula for&amp;nbsp;scoring, with bonuses for time taken, fuel remaining, difficulty, and slower velocity at landing.&lt;/li&gt;
&lt;li&gt;Capture scores on a leader board via a web service.&lt;/li&gt;
&lt;li&gt;Create a &amp;#39;instrument panel&amp;#39; for indicators; speed, descent rate, remaining fuel, attitude, range to surface, etc.&lt;/li&gt;
&lt;li&gt;Improve location of messages on the screen.&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://silverlightaddict.com/aggbug.aspx?PostID=31" width="1" height="1"&gt;</description><category domain="http://silverlightaddict.com/blogs/silverlightgames/archive/tags/Silverlander+silverlight+beta+2/default.aspx">Silverlander silverlight beta 2</category></item><item><title>SilverLander: A Silverlight 2 Game</title><link>http://silverlightaddict.com/blogs/silverlightgames/archive/2008/06/05/silverlander-a-silverlight-2-game.aspx</link><pubDate>Thu, 05 Jun 2008 22:59:00 GMT</pubDate><guid isPermaLink="false">53a88fc7-733d-4779-adfd-6c7ae0bc278c:21</guid><dc:creator>RogerGuess</dc:creator><slash:comments>15</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://silverlightaddict.com/blogs/silverlightgames/rsscomments.aspx?PostID=21</wfw:commentRss><comments>http://silverlightaddict.com/blogs/silverlightgames/archive/2008/06/05/silverlander-a-silverlight-2-game.aspx#comments</comments><description>&lt;p&gt;This was my first Silverlight game. I have&amp;nbsp;now updated it&amp;nbsp;for &lt;strong&gt;Silverlight 2 Beta 1 &lt;/strong&gt;( &lt;a class="" href="http://silverlightaddict.com/blogs/silverlightgames/archive/2008/06/08/SilverLander-A-Silverlight-2-Game-for-Beta-2.aspx"&gt;here is the &lt;strong&gt;Beta 2&lt;/strong&gt; version&lt;/a&gt; ).&amp;nbsp;The&amp;nbsp;game counts down and begins the lander on approach from the top left of the screen. Your job is to bring the lander to&amp;nbsp;a safe slow (and upright) landing on the surface &lt;strong&gt;inside the highlighted landing zone&lt;/strong&gt;. Each level increases difficulty by increasing gravity, increasing initial velocity, decreasing&amp;nbsp;available fuel, and&amp;nbsp;a decreasing landing zone radius. Use the &lt;strong&gt;arrow keys to rotate and thrust&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;iframe style="WIDTH:600px;HEIGHT:500px;" marginwidth="0" marginheight="0" src="http://silverlightaddict.com/misc/SilverLanderWeb/SilverLanderAppTestPage.html" frameborder="0" width="600" height="500" mce_src="http://silverlightaddict.com/misc/silverlander/testpage.html"&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I&amp;nbsp;started with the building blocks for the gameloop and use of sprites and vectors from&amp;nbsp;Bill Reiss demos on&amp;nbsp;&lt;a class="" href="http://silverlightrocks.com/cs/blogs/silverlight_games_101/archive/2007/08/28/basic-collision-detection.aspx"&gt;SilverlightRocks&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;My next steps are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strike&gt;Gravity is currently straight down, so I need to update that to be the center of the moon/object. The game loop adds a vector straight down instead of directly toward the center of the moon.&lt;/strike&gt; (Done, thx to Bill Reiss who has way more physics experience than me)&lt;/li&gt;
&lt;li&gt;Make&amp;nbsp;magnitude of gravity relative to the proximity to the moon, rather than a constant.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;There is a random&amp;nbsp;math error during the game loop: you may experience it when the ship just jumps completely out of the screen. but appears to continue moving.&lt;/li&gt;
&lt;li&gt;Create a formula for&amp;nbsp;scoring, with bonuses for time taken, fuel remaining, difficulty, and slower velocity at landing.&lt;/li&gt;
&lt;li&gt;Capture scores on a leader board via a web service.&lt;/li&gt;
&lt;li&gt;Create a &amp;#39;instrument panel&amp;#39; for indicators; speed, descent rate, remaining fuel, attitude, range to surface, etc.&lt;/li&gt;
&lt;li&gt;Improve location of messages on the screen.&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://silverlightaddict.com/aggbug.aspx?PostID=21" width="1" height="1"&gt;</description><category domain="http://silverlightaddict.com/blogs/silverlightgames/archive/tags/Silverlight+games+SilverLander/default.aspx">Silverlight games SilverLander</category></item><item><title>SilverLander: A Silverlight Game</title><link>http://silverlightaddict.com/blogs/silverlightgames/archive/2007/10/04/silverlander.aspx</link><pubDate>Thu, 04 Oct 2007 22:22:00 GMT</pubDate><guid isPermaLink="false">53a88fc7-733d-4779-adfd-6c7ae0bc278c:10</guid><dc:creator>RogerGuess</dc:creator><slash:comments>241</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://silverlightaddict.com/blogs/silverlightgames/rsscomments.aspx?PostID=10</wfw:commentRss><comments>http://silverlightaddict.com/blogs/silverlightgames/archive/2007/10/04/silverlander.aspx#comments</comments><description>&lt;p&gt;&lt;strong&gt;
&lt;h2&gt;I updated this&amp;nbsp;to Silverlight 2 Beta 2&amp;nbsp;&lt;a class="" href="http://silverlightaddict.com/blogs/silverlightgames/archive/2008/06/08/SilverLander-A-Silverlight-2-Game-for-Beta-2.aspx"&gt;HERE&lt;/a&gt;&lt;/h2&gt;&lt;/strong&gt;
&lt;p&gt;Here is my first Silverlight game.&amp;nbsp;The&amp;nbsp;game counts down and begins the lander on approach from the top left of the screen. Your job is to bring the lander to&amp;nbsp;a safe slow (and upright) landing on the surface inside the highlighted landing zone. Each level increases difficulty by increasing gravity, increasing initial velocity, decreasing&amp;nbsp;available fuel, and&amp;nbsp;a decreasing landing zone radius.&lt;/p&gt;
&lt;p&gt;&lt;iframe style="WIDTH:600px;HEIGHT:500px;" marginwidth="0" marginheight="0" src="http://silverlightaddict.com/misc/SilverLanderWeb/SilverLanderAppTestPage.html" frameborder="0" width="600" height="500" mce_src="http://silverlightaddict.com/misc/silverlander/testpage.html"&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I&amp;nbsp;started with the building blocks for the gameloop and use of sprites and vectors from&amp;nbsp;Bill Reiss demos on&amp;nbsp;&lt;a class="" href="http://silverlightrocks.com/cs/blogs/silverlight_games_101/archive/2007/08/28/basic-collision-detection.aspx"&gt;SilverlightRocks&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;My next steps are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Gravity is currently straight down, so I need to update that to be the center of the moon/object. The game loop adds a vector straight down instead of directly toward the center of the moon.&lt;/li&gt;
&lt;li&gt;There is a random&amp;nbsp;math error durring the game loop: you may experience it when the ship just jumps completely out of the screen. but appears to continue moving.&lt;/li&gt;
&lt;li&gt;Create a formula for&amp;nbsp;scoring, with bonuses for time taken, fuel remaining, difficulty, and slower velocity at landing.&lt;/li&gt;
&lt;li&gt;Capture scores on a leader board via a web service.&lt;/li&gt;
&lt;li&gt;Create a &amp;#39;instrument pannel&amp;#39; for indicators; speed, descent rate, remaining fuel, attitude, range to surface, etc.&lt;/li&gt;
&lt;li&gt;Improve location of messages on the screen.&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Updated this from 1.1 to Silverlight 2, see here &amp;gt;&amp;gt; &lt;a href="http://silverlightaddict.com/blogs/silverlightgames/archive/2008/06/05/silverlander-a-silverlight-2-game.aspx"&gt;http://silverlightaddict.com/blogs/silverlightgames/archive/2008/06/05/silverlander-a-silverlight-2-game.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://silverlightaddict.com/aggbug.aspx?PostID=10" width="1" height="1"&gt;</description><category domain="http://silverlightaddict.com/blogs/silverlightgames/archive/tags/silverlight+games/default.aspx">silverlight games</category><category domain="http://silverlightaddict.com/blogs/silverlightgames/archive/tags/silverlander/default.aspx">silverlander</category></item><item><title>SpaceRocks "With Friggin Laser Beams"</title><link>http://silverlightaddict.com/blogs/silverlightgames/archive/2007/09/14/spacerocks-quot-with-friggin-laser-beams-quot.aspx</link><pubDate>Fri, 14 Sep 2007 21:01:00 GMT</pubDate><guid isPermaLink="false">53a88fc7-733d-4779-adfd-6c7ae0bc278c:7</guid><dc:creator>RogerGuess</dc:creator><slash:comments>9</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://silverlightaddict.com/blogs/silverlightgames/rsscomments.aspx?PostID=7</wfw:commentRss><comments>http://silverlightaddict.com/blogs/silverlightgames/archive/2007/09/14/spacerocks-quot-with-friggin-laser-beams-quot.aspx#comments</comments><description>&lt;p&gt;I updated Bill Reiss demo on SpaceRocks to include firing at the asteroids. If you have not checked out his demos&amp;#39;s yet, be sure to visit &lt;a class="" href="http://silverlightrocks.com/cs/blogs/silverlight_games_101/archive/2007/08/28/basic-collision-detection.aspx"&gt;SilverlightRocks&lt;/a&gt;. He got it all started, and&amp;nbsp;I just added one extra step ( Keep em&amp;#39; coming Bill! ). I added the XAML for a simple laser bolt, and am treating it just as the other sprites (ship/asteroids) with additional checks for collision. The &lt;b&gt;keys A,D,and W control the ship&lt;/b&gt;. Use the &lt;b&gt;space bar to fire&lt;/b&gt;.&lt;/p&gt;
&lt;p&gt;&lt;iframe style="WIDTH:640px;HEIGHT:480px;" marginwidth="0" marginheight="0" src="http://silverlightaddict.com/misc/spacerocks/testpage.html" frameborder="0" width="640" height="480" mce_src="http://silverlightaddict.com/misc/spacerocks/testpage.html"&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Note: This demo requires &lt;a class="" href="http://msdn2.microsoft.com/en-us/silverlight/bb419317.aspx"&gt;Silverlight 1.1&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://silverlightaddict.com/aggbug.aspx?PostID=7" width="1" height="1"&gt;</description><category domain="http://silverlightaddict.com/blogs/silverlightgames/archive/tags/silverlight+games/default.aspx">silverlight games</category><category domain="http://silverlightaddict.com/blogs/silverlightgames/archive/tags/SpaceRocks/default.aspx">SpaceRocks</category></item><item><title>Silverlight Games 101 </title><link>http://silverlightaddict.com/blogs/silverlightgames/archive/2007/09/10/silverlight-games-101.aspx</link><pubDate>Mon, 10 Sep 2007 18:21:00 GMT</pubDate><guid isPermaLink="false">53a88fc7-733d-4779-adfd-6c7ae0bc278c:5</guid><dc:creator>RogerGuess</dc:creator><slash:comments>70</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://silverlightaddict.com/blogs/silverlightgames/rsscomments.aspx?PostID=5</wfw:commentRss><comments>http://silverlightaddict.com/blogs/silverlightgames/archive/2007/09/10/silverlight-games-101.aspx#comments</comments><description>&lt;p&gt;Bill Reiss has posted some excellent demos for Silverlight 1.1 on &lt;a class="" href="http://silverlightrocks.com/community/blogs/silverlight_games_101/default.aspx"&gt;Silverlight Games 101&lt;/a&gt;. He includes samples, instructions, and even&amp;nbsp;full Visual Studio 2008&amp;nbsp;solutions zipped up and ready use. He includes some very usefull utilities for dealing with vectors, sprites, and a game loop. Be sure to take a look at his &lt;a class="" href="http://silverlightrocks.com/community/blogs/silverlight_games_101/archive/2007/05/20/keyboard-input.aspx"&gt;SLG101Utilities&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img height="338" alt="silverlight spacerocks game" src="http://www.silverlightaddict.com/blogimg/spacerocks_exhaust_thumb.45.jpg" width="450" align="middle" border="0" /&gt;&lt;/p&gt;&lt;img src="http://silverlightaddict.com/aggbug.aspx?PostID=5" width="1" height="1"&gt;</description><category domain="http://silverlightaddict.com/blogs/silverlightgames/archive/tags/silverlight+games/default.aspx">silverlight games</category></item></channel></rss>