The Zider Engine is a XNA/Silverlight 4+ based hybrid 2D/3D platformer/Top down game engine. Although it is still currently under development Zider also runs under Silverlight 4. At this point it's not so much a complete game engine as it is a collection of common game components tied together and the project is still in the early stages of development.
Click the "Source Code" tab to get the current change set and keep up to date with the changes that are being made.
August 20, 2011
Been submitting check-ins to this project here and there see the Source Code for check in notes
http://ziderengine.codeplex.com/SourceControl/list/changesetsJuly 30, 2011
It's been a long time coming but I decided to update the Zider code base here on CodePlex with what I currently have on file on my computer. The code base is most likely completely different from the previous Release 2 Zider code base.
I have also got Zider running under silverlight 4, and will port it to SL5 when it becomes availible. More info will be posted at a later time.
Dec 2, 2010
Still working on the zider project but progress has been slow. Zider is as much a test project as it is a game engine in development. I have created multiple projects ranging from AI, GUI, Pathfinding, in game console etc. Over a hundred projects in all including example projects and tools etc. The reasoning I had, was to compartmentalize specific functionality common to most game engines and put that functionality in it's own project. But as the number of projects has grown, problems start to arise along the lines of inter project stitching. Because each project lives in a silo, using functionality from those multiple projects does not have that unified feel to it and has become a bit "troubling" for lack of a better word.
To solve this I have taken a number of the core and most used projects and combined them into a single unified game framework.
===================================
The project is currently in the alpha/beta phase, but I have decided to start a CodePlex so that I could reserve the name and so people can download it and use it. I generally will try to release code that is in some kind of working state. So any download should be good to go, for the most part.
Also feel free to use the "Issue Tracker" feature and provide feed back about the zider engine.
http://www.codeplex.com/ZiderEngine/WorkItem/List.aspxYou can find more detailed and up to date information at the Created by: X website here
http://www.createdbyx.com/page/zider.aspx