22. May 2010 by
Mads
Due to some busy weeks at work the next few weeks I need to stop my “2 week” blog posts, which normally gives a little update about how the game are doing. As I know I will get very busy in the coming weeks at my job, I know I wouldn’t have time to code on Little Longhorn, which means I wouldn’t have anything to write about :)
Stay tuned as we can hopefully show some of the graphics for the game when we get back, as the graphic guys are doing a great job currently. So let’s see what Mikkel Laumann and Thomas Jørgensen comes up with.
2. May 2010 by
Mads
Little Longhorn – Part 9 – Graphics is on it’s way.
[More]
4. April 2010 by
Mads
Little Longhorn Part 7 code clean up and a lot of rewrite and refactor. Everything is XML - almost. SilverSprite changes. Windows Phone 7 Series.
[More]
7. March 2010 by
Mads
Podcast: Spiludvikling i Silverlight med Mads Laumann - Podcast: Game development in Silverlight with Mads Laumann
[More]
31. January 2010 by
Mads
We made a lot of progress on Little Longhorn the last two weeks. We got menu, game play flow, more levels etc now. Read entire blogpost for more info.
[More]
16. January 2010 by
Mads
Little Longhorn – change of focus from more internal engine work to more visual and game play work
[More]
8. January 2010 by
Mads
Video that gives you an overview of Silverlight Game Development
[More]
17. December 2009 by
Mads
Game development in Silverlight 3 – slides and demos
[More]
13. September 2009 by
Mads
My conversion of the XNA starter kit to Silverlight, using SilverSprite, have been accepted into the Silverlight Community Gallery. This is really great and I hope it helps somebody out there. You can view it and download the source from the link above. You can see my original post about the conversion here: http://laumania.net/post/Porting-XNA-starter-kit-Platformere2809d-to-Silverlight-(SilverSprite).aspx - Enjoy!
2. August 2009 by
Mads
I read this post by Bill Reiss the other day and found out about this marketplace thing that Xbox have. (I don't have an Xbox myself so didn't knew anything about the community actually. I have a PS3). After reading this, I got a little interested in XNA and thereby SilverSprite, as I can see potential in this new “Xbox Live Independent Games” thing. I haven't done any XNA or SilverSprite before, only knew very little about both. So, I decided to take a look at it as it might be interesting to do my current game in XNA and Silverlight. So I started to do a little research.
First I started by follow be beginning of this guide and eventually got Xna game studio 3.1 installed. Then I downloaded the latest changeset for SilverSprite (which supported silverlight 3), so I had the source for that on my pc. I created an default xna windows project 3.1, so I had something to try things on. The code that comes with this default project were pretty easy to understand and I quickly made a small "game" where a sprite were sliding around the screen and pressing the space button changed the background color. Pretty simple and easy. I got that working in Silverlight using SilverSprite pretty fast, so I thought I needed something a little more complex.
I saw that Xna Game Studio 3.1 comes with a starter kit “Platformer”, so I decided to give that a try. After about 4 hours I had a playable version of “Platformer” running in Silverlight and Windows with the exact same code base – wow! At first 4 hours might sound like much to you, but I needed to change stuff in the Platformer game code and in the SilverSprite core to make this work and if you keep in mind that I haven’t worked with either Xna or SilverSprite before, I think it pretty fast :)
Play You can try out the game here (Warning: It’s the same assets as in the XNA version, so the game is about 9 MB) : http://silverlight.laumania.net/platformer/
Source You can get the entire source from here: http://silverlight.laumania.net/platformer/platformer1.zip
Keep in mind that to be able to build the source, you need Xna Game Studio 3.1 and Silverlight 3 Tools installed.
To see all the things I have changed/implemented search for “laumania” in the entire solution. I have made minor comments. The SilverSprite version in this source, is a modified one as stated. I have submitted the changes as patches to the SilverSprite, so they will be in the original source too soon I guess.
My experience of using Xna and SilverSprite were actually really good and I decided to give my current project a try in Xna and SilverSprite :)
- Enjoy!