Browse by Tags
All Tags »
Game Development »
Tutorial (RSS)
Over the last few weeks Nick Gravelyn has been putting together a really good XNA Based Tile Engine Tutorial Series . Now I know that most of these videos have been large in size, and therefor hard for some to get hold of. But to answer this Nick is willing...
I started to play around with the Gamer Services this morning and have started to collect a small amount of code that may help others get started. The first is just a simple way to start a session and allow the Gamer to sign in. To start just fire up...
When developing 2d games one of the functions which you are constantly asked to do is to animate the sprites. I cam across this blog post this morning where the author takes you through the process of animating a explosion. In this example the author...
Nazeeh has posted a really good article that goes through a good introduction to the base game project that is shipped with the XNA System, he also takes you through a simple hello world example. For those who are interested in understanding the basic...
After only just posting about Pieter's new project , he has posted the first small article. In this first article he goes through the simple prototyping for the game and talks about the type of game that he is going to be putting together. First I...
One of our fellow MVPs, Pieter Germishuys or http://mdxinfo.com fame is finally jumping back into the XNA Scene. Peter is planing on putting a small development series together that will use the XNA System. So, after a series of discussions with community...
In my last two tutorials I went through the process of displaying a logo like splash screen for your XNA Applications. The first article went through the steps to create a base application for the tutorials and also to display a simple logo in the centre...
In my previous article we put together a small base application that could be used as a splash screen in an XNA Based Application; with today's article we are going to add a nice fade effect to the code. For this article we are going to perform a...
I am currently working on a small collection of projects, what I am finding is that I want to put a splash screen onto each application. This splash screen would display my logo and any of the partner logos for the application before the application starts...