Tag Archives Game Logic

Planning Code for Game Development (XNA)

Leave a comment

There is nothing more detrimental to quick progress than poor planning. We’ve all had times when partaking in a project where we get confused and lost, or we’re coding away without any real purpose. I find this often simply comes down to not really knowing what the final goal of a class, project or function really is. If we can sit back, look at an overview and understand just what it is that we’re aiming for – a lot of coding becomes plugging in the gaps. I’m going to show you the general programming overview of Ikaroids to help you plan your project. You may develop your game in a completely different way – and this way is neither perfect or the definitive way to do it, this is just an example of how we did it to give you some ideas.

Read more