Early prototype of Tower Defense game – XNA
Here's the first look at the Tower Defense game that I've been building. It's still in the early stages, but there's quite a bit of the nitty gritty groundwork that's already been done. There's only one level at the moment, but it's loaded from the content pipeline and can easily be replaced with a different level. Waves are also loaded in the same fashion, and since they're defined in XML, they can be added very easily.
Creating event receivers in SharePoint 2007 with WSP builder
In my last post I described how to create a list event receiver. However it assumed some pre-existing knowledge of to to build and wrap wsp solutions together. I realized that maybe I should have described the actual process of building the solution as well, because some newcomers may not be familiar with that part.
Finding the strong name of an assembly
Sometimes when you're developing things for SharePoint, you need to reference the strong name of your assembly. It's not inherently obvious how to do this, so here's a quick heads on how to use Reflector to do it. First head over to Red Gate's website and download Reflector if you don't already have it installed.
Automatic XNB serialization of classes contained within classes
I've been playing around with XNA for a few months now, although I have nearly nothing to show for it so far, but I figured I should probably start writing down my thoughts so I can remember them for later.
Right now I'm in the early stages of creating a Tower Defense game. Yes I know, very original. But I figure it's a very good game type for a learning experience. There's a wide range of things you need to figure out, but the scope of the game itself is not too big that it becomes overwhelming.
