<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - Beginning Game Development: Part I – Introduction</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction/RSS"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 - Beginning Game Development: Part I – Introduction</title>
		<link></link>
	</image>
	<description>



&amp;nbsp;

This is Part 1 of an introductory series on game programming using the Microsoft .NET Framework and managed DirectX 9.0. 
WARNING: Managed DirectX is no longer supported.&amp;nbsp; If you want to do 3D graphics with the .NET Framework, please use XNA (http://creators.xna.com) 




Derek Pierson
3Leaf Development

Difficulty: Intermediate
Time Required: 
1-3 hours
Cost: Free
Software: Visual Basic or Visual C# Express Editions,
DirectX SDK
Hardware: None
&amp;nbsp;
Beginning Game Development Series


Beginning Game Development Part 1 - Introduction

Beginning Game Development Part II - Introduction to DirectX

Beginning Game Development: Part III - DirectX II

Beginning Game Development: Part IV - DirectInput

Beginning Game Development: Part V - Adding Units


Beginning Game Development: Part VI - Lights, Materials and Terrain

Beginning Game Development: Part VII –Terrain and Collision Detection

Beginning Game Development: Part VIII - DirectSound


Beginning Game Development: Part VIII - DirectSound II




Beginning Game Development: Part VIII - DirectSound III







Part I – Introduction  
Welcome to the first article of an introductory series on game programming using the Microsoft .NET Framework and managed DirectX 9.0.
 
This series as aimed at beginning programmers who are interested in developing a game for their own use with the .NET Framework and DirectX. The goal of this series is to have fun creating a game and learn game development and DirectX along the way. Game
 programming and DirectX have their own terms and definitions that can be difficult to understand, but after awhile, you’ll crack the code and be able to explore a new world of possibilities. I will keep things as straightforward as possible and decode terms
 as they appear. Another part of the learning curve comes from the math you’ll need to deal with DirectX. I am going to point out some resources along the way that will help you brush up on, or learn, the math skills you’ll need to keep going in DirectX.
 
In this series, we are going to build a simple game to illustrate the various components of a commercial game. We will cover how to create great looking graphics in 3D, how to handle user input, how to add sound to a game, how to create computer opponents
 using Artificial Intelligence, and how to model real-world physics. In addition we are going to cover how to make your game playable over the network and how to optimize your game for performance. Along the way, I will show you how to apply principles of object-oriented
 development and, as well, I will share some of my experience in creating well-organized and elegant code.
 
Tools:
Before we start writing our first game we need to talk about the tools we will use.
 
The most important tool for any developer is the Integrated Development Environment (IDE). This is where you are going to spend the majority of your time writing and debugging code, so it needs be powerful and fast.
 
Visual Studio 2005 (also known by the codename “Whidbey&amp;quot;) is the third version of the standard Microsoft IDE for .NET Framework-based applications. Visual Studio 2005 introduces a number of Express versions that provide most of the functionality of their
 more advanced counterparts but are simplified for the novice, hobbyist, and student developer and cost much less (There are express versions available for VB, C#, C&amp;#43;&amp;#43;, J# and for Web Developers using ASP.NET). For this series, I am going to use both Visual
 C# Express and Visual Basic Express. If you have not already done so, download the C# or Visual Basic Visual Studio Express IDE at:
http://msdn.microsoft.com/express.
 
The second important tool we need to create a great looking game is a graphics Application Programming Interface (API). Without such an API it would be extremely difficult to access the graphics capabilities of your PC. The API we are going use is the DirectX
 API. This API allows us to create powerful multimedia applications on the Windows platform. To work on the game, you will need to download the latest DirectX SDK at:
http://www.microsoft.com/windows/directx/default.aspx. Make sure that you download the SDK and not just the runtime. The SDK includes samples and other utilities that are extremely useful when
 developing using DirectX.  
At some point in your game development experience you are going to have to create or modify graphics. Every copy of Microsoft Windows comes with Microsoft Paint, and while it is not the most powerful program, you already own it and it is good enough for
 most of our needs.  
As we dive deeper into DirectX and cover 3D models and sounds, you might find the need to use other programs to manipulate the image or sound files. As we cover these topics I will point you towards free or inexpensive programs and resources on the Web.
 
Finally, you need to know where to go to get help. One of the best places is &amp;nbsp;the public newsgroups. Here, you can ask questions and get answers from people with the same interests as you. Microsoft MVPs and employees also monitor these newsgroups and provide
 help for you along the way. The newsgroups that are going to be of most interest for game programming are:
 

Managed DirectX: 
microsoft.public.win32.programmer.directx.managed C#: 
microsoft.dotnet.languages.csharp VB: 
microsoft.dotnet.languages.vb 
Other places to go for inspiration and help for gaming are:  

The ZBuffer: http://www.thezbuffer.com/
GameDev.net: http://www.gamedev.net/ flipCode: http://www.flipcode.com/ Gamasutra: http://www.gamasutra.com/ [Professional audience, but many articles from Game Developer, including tutorials]

&amp;nbsp;What makes a successful game?
My first experience using a computer was in 1981 on a Sinclair ZX Spectrum. The first 5 years of my computing life were spent on nothing but writing and modifying games for the Sinclair and later the Commodore 64, but, heck, what else are you going to do
 as a teenager? While much has changed in terms of hardware capabilities and available APIs, the properties of a great game have not.
 
Games today have become so complex that they require large numbers of developers, graphic artists, testers and managerial overhead to develop. They rival large commercial enterprise application in their complexity and cost many millions of dollars to develop
 and market. The payback, however, can be enormous and rival Hollywood blockbuster movies in sales – Halo 2 grossed $100M in its first day of availability. &amp;nbsp;
 
All successful games have a couple of features in common that made them stand out.
 

The main ingredient for a successful game is the game idea. Regardless how cool your graphics are, how good the music is, if the idea is lame no one is going to play the game.
The second most important feature is the playability of the game. If the game is too hard then players are quickly going to get frustrated and stop playing. Conversely, if the game play is too easy then the player is going to get bored and stop playing.
 A good game provides multiple levels of difficulty that continuously challenge the player without overwhelming or boring them.
Together, the game idea and its playability are the “game design” (not to be confused with “level design,” which is the application of the overall game design to specific segments of the game). There are certain game designers who have a golden touch. Shigeru
 Miyamoto (the creator of Donkey Kong, Zelda, and Mario) and Will Wright (Sim-everything) are two prominent examples. Miyamoto’s keynote address to the 1999 Game Developer’s Conference is available at
http://www.gamasutra.com/features/20030502/miyamoto_01.shtml and Wright’s recent discussion of the design philosophy of Spore (http://www.gamespy.com/articles/595/595975p1.html?fromint=1)
 are good inspirations for designers of all stripes, while the book “Theory of Fun for Game Design” by Raph Koster has gotten excellent reviews in the community.
The third ingredient to a successful game is the set of graphics. They need to be good enough to compliment the game idea and game play but not so resource intensive or flashy that they distract from it.
The final ingredient is performance. No one wants to play a slow game. I still remember an adventure game on my Commodore64 that took 10 minutes to render each scene. I still played it, mind you, because the game idea was great and there were no other options
 around but it was irritating.&amp;nbsp; Graphics and performance are closely related. The more fancy graphics you add to a game to slower the performance. The next biggest performance issue is the AI. A lot of game development today focuses on how to make things faster
 and not coming up with new ideas. However, when you’re learning a complex programming technique such as game programming, it’s vitally important not to optimize prematurely. An understanding of the performance pipelines, and the
skills to write clean code, profile it, and improve it are much more important than any single optimized function.&amp;nbsp;&amp;nbsp;

If you apply your design efforts in this order you, too, can create a great game. It may not be a refined first person shooter like Battlefield 1942, but Tetris is arguably one of the most popular games and has neither fancy 3D graphics nor Dolby digital
 sound. Even today, games like Gish (http://www.chroniclogic.com/index.htm?gish.htm) demonstrate what can come from creative independent developers. If you can write enough of a game to show your
 game idea, then maybe you can interest the large gaming companies in your game. The Independent Games Festival is the “Sundance” of the game community, runs concurrently with the professional Game Developers Conference and, believe me, is among the most closely-watched
 events at the show.  
Our Game idea:&amp;nbsp;
Now that you know what features make a great game, the next step is to lay out the game proposal for our game.
 
Idea: Since coming up with a unique and creative game idea is the core of any game, I am going to cheat and use the game idea from the first 3D game I ever saw: Atari’s Battlezone. (If I had that great idea why would I let of all you know anyway?)
 Battlezone is a basic first-person shooter game in which you are looking through the viewfinder of a tank into a 3D landscape. The goal is to destroy as many of the opponent’s tanks as possible before getting destroyed yourself. The landscape includes random
 objects behind which you can hide. The game screen includes a radar to show you the location of your opponents and the current score.
 
Playability: The original game started out fairly slowly but kept adding more opponent tanks and other random enemies.&amp;nbsp; The game also increased the speed and intelligence of the opponents. All of this kept the game challenging but playable.
 
Graphics: The original game used graphics that proved just engaging enough to feel like you were in a 3D world, but because of the hardware available in 1980 (an 8-bit processor running at 1.5
megahertz) it rendered the 3D objects as wire frames. These graphics were advanced when the game first came out, but we are going to improve upon them using the magic of DirectX (and the magic of 25 years of Moore’s Law!).
 
Screenshot of Atari’s Battlezone game – complete with wire frame mountains, tanks, and even a wire frame moon for added realism!
 
Performance: This game pushed the limits of the hardware available at the time. This is evident in the use of the wire frame objects. If the game had been written to fill these objects then it would have been unplayable. With today’s advanced
 hardware we should not have any performance issues other than those introduced by us writing sloppy code.
 
Now that we have decided on a game, the next step is to write down the goals of your game. This does not need to be anything formal but the simple act of writing things down has the tendency to make ideas clearer. At a minimum you need to determine the object
 of the game, what the player can and cannot do and how the player interacts with the game. We also should define what the scoring system is going to be like and what are the victory conditions.
 
For our game these are the simple specification I came up with.  

A 3D first-person shooter game The goal is to destroy as many enemies as possible The player can move through the landscape on the ground just as a regular tank can. The tank can not fly, nor can it change speed.
The game play will be controlled through the keyboard for moving and shooting. The mouse will be used to interact with the menus and start/stop the game. We will not support a joystick.
The player will receive a score that is based on the distance at which the enemy tank was destroyed. The further the tank was, the higher the score. Each round fired reduces the score by a set amount, unless that round hits a target.
The game will be divided into levels. Each level will have a pre-defined number of enemies. Once all enemies have been eliminated, the player advances to the next level. There is no limit to the levels.

Now we are ready to do some coding. In general, it is best to write down just the overall idea of the application. Spending a lot of effort upfront designing every little detail is just a waste of time. As we add more functionally to the game we will continuously
 do small design sessions to formulate our ideas. This iterative approach to developing software is the best way to create good software, and is more fun at the same time.
 
Creating the game Project:
Now we are ready to write some code. The first step is to create a new solution in Visual Studio 2005.
 

Select File | New | Project and choose Windows Application from the template list. In the Name field at the bottom of the dialog, replace the default
WindowsApplication1 with BattleTank2005 and click OK. 
Visual Studio now creates a new solution for us called BattleTank2005 that contains a single project with the same name.
 
First, we need to rename the class to something more descriptive. Naming is one of the most efficient methods of keeping code well organized and understandable. Always choose names that clearly describe what the item is doing and avoid meaningless names
 like Class1 and Form1.  

From the Edit menu, select Find and Replace, then select Quick Replace. Set the
Find What field to &#39;Form1&#39;, Replace What field to &#39;GameEngine&#39; and the
Look in field to &#39;Current Project&#39; (see Figure below). Click Replace All to make this change (there should be five changes made)
Next right-click Form1 in the Solution Explorer and select
Rename. Change Form1.cs to GameEngine.cs. 
Replacing Form1 text with GameEngine. You&#39;ll thank yourself later.  
Another trick to keeping things organized is to ensure that the files in the Solution Explorer are named exactly the same as the classes they contain and to always create a separate file for each distinct element such as each class or enumeration.
 
Now we have a Windows application that we can run, but it doesn’t do anything. The form has no other controls on it such as buttons you can click or textboxes to display any information. In a regular Windows Forms application we would now add such controls
 to the forms to create our final application, but for our game we are going draw everything using the DirectX API rather than the Windows Forms API.
 
We really only need the Form for its Windows Handle, which is basically its unique name among all the other windows on the screen. We will use this handle to set up our DirectX drawing surface. The other use of the Form is that it contains an event that
 we are going to use to create our render loop.  
Adding the Render loop
A game is much different from a regular application, such as Microsoft Word. Word presents a screen to the user that mimics a page in a typewriter and then waits for the user to do something. This something could be pressing the keys on the keyboard or selecting
 a menu item from the menu with the mouse. While waiting for the user to interact with the application Word does nothing. (Actually I lie: it
does do things like run spell checking and auto save in the background but nothing you as the user can see). Generally, programs written using the Windows Forms library generally have the same behavior – they don’t consume CPU time unless the user is
 doing something (of course, it’s possible to use the Timer control or the capabilities of the System.Threading namespace to do things independent of the user).
 
Games are different. As you know, smooth movement in games requires the screen to be updated many times per second. The “flicker fusion threshold” at which static images begin to fuse is generally taken to be 1/16 of a second, although it actually varies
 depending on illumination (brighter lights like computer monitors require higher frame rates) and where on the retina the image falls (peripheral vision requires higher rates than foveal vision). Although movies are shown at 24 frames per second (FPS), 30
 FPS is often considered the lowest-acceptable rate for video games, and most actiongame players tune their graphics for no less than 60 FPS.
 
Because the render loop is called dozens of times per second and runs nonstop, game programming almost always uses the render loop as the “stopwatch” of the game, calculating everything inside the loop, not just graphics, but physics, AI, checking for user
 input, and scores. (Again, you could use the Timer class or threads to write a multithreaded game, but doing so would introduce significant complexity without any clear benefits and although multithreading in the .NET Framework’s Common Language Runtime
 &amp;nbsp;is quite efficient, the slight overhead could knock a couple frames per second off your game.)
 
So how do we get the computer to run this loop? The form we added earlier has an event called the
Paint event. The Paint event for a Windows Form object is called whenever the form is redrawn. This normally occurs only when you maximize a form or when a form is covered by another form that is moved.
 
As all Windows Forms programming, even game programming, is event-based, understanding the principles of events and event handlers is critical. Although the event is triggered automatically, we need to create a special method called an event handler to be
 able to intercept the event and do something in response to it..  

In the GameEngine class add the following code after the constructor. 
Visual C# 

protected override void OnPaint(PaintEventArgs e){          }

    
Visual Basic 

Protected Overrides Sub OnPaint(ByVal e As PaintEventArgs)          End Sub

    
This is our event handler. When is it called? “OnPaint” – when the Paint event occurs. One thing is still missing. Even though Windows and the Windows Forms library automatically raise the event, some actions that we might expect to trigger the Paint event
 don’t. Minimizing a window, for example, does not trigger the Paint event, since Windows does not see the need to repaint the entire form (Windows is just being efficient since we are actually displaying less when we are shrinking the form). So we cannot rely
 on these automatically-created events to manage the loop we need for our game.  
Luckily, we can programmatically trigger the Paint event by calling the Invalidate method of a form. This causes the Paint event to be triggered and Windows to enter back into our OnPaint event handler. Then we execute any code we want to run every frame
 and start all over again by calling the Invalidate method.  
You might ask, “Why can’t we just add a while(true) loop directly within OnPaint() and never leave it?” The answer is that even though we’re game programmers, we’re expected to play well with others. Creating a loop within OnPaint() would starve the rest
 of the programs running on the system. While our game might gain a few frames per second, the rest of the system would become, at best, ugly, and at worst, unstable. So, instead of directly looping, we essentially “ask” to be called again as soon as possible.
 

In the OnPaint method add the following line of code: 
Visual C#&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;  
this.Invalidate();

    
Visual Basic 
Me.Invalidate()

    
That’s it, we’ve created our render loop. But there is one more problem. It turns out that not
all painting is done in the OnPaint method, Windows Forms triggers another event when the background is erased and by default performs some painting (well, erasing) in response. To force our application to truly only paint inside our method handler,
 we need to add one more line of code to our application. Since we need to ensure that this code is run when the application starts, we place it into the constructor of the form. This means that we are guaranteed that this code is run before we call any methods
 on that class.  

In the GameEngine class add the following line of code to the constructor immediately following the InitializeComponent method call.

Visual C# 

this.SetStyle(ControlStyles.AllPaintingInWmPaint |    ControlStyles.Opaque, true);

    
Visual Basic 

Me.SetStyle(ControlStyles.AllPaintingInWmPaint Or     ControlStyles.Opaque, True)

    
Setting the ControlStyles to AllPaintingInWmPaint ensures that Windows only uses the OnPaint event handler to redraw the screen. The second parameter simply informs Windows that our window is not going to be transparent.
 
Now we have the basic framework for our game. Everything we are going to create from now on out will be actions that occur inside the render loop.
 
Everything about timers
One issue with this type of loop is that fact that the speed in which the computer can accomplish the tasks in the render loop varies from computer to computer. It even varies on the same computer according to how much memory and CPU time is available for
 the game at any given moment. We need to have some way of accounting for these differences to make sure that we animate consistently. So instead of treating each frame the same, we are going to calculate the time elapsed between frames and apply that value
 to our calculations.  
There are a couple of different ways of keeping track of time in Windows:  

System.Windows.Forms.Timer: This is the most common timer used in Windows programming. While it is easy to use, it only has a resolution of 1/18th of a second. Since we could have up to a thousand frames per second this resolution is not
 good enough for a game program. timeGetTime: This Windows DLL provides a resolution of 1 microsecond on some versions of Windows and 5 microseconds on Windows NT. This is too variable, and we really don’t want to check the operating system our game is running on to see if we need
 to adjust the timer values. System.TickCount: This managed call returns the number of ticks that indicate the number of milliseconds. This is close to what we want, but we can do better.
QueryPerformanceCounter: This is the preferred timer to use; it has a resolution of less than 1 microsecond. This is the timer most often used in game development.

The last timer is kind of tricky to write since it requires calls to a low-level DLL (kernel32 if you need to know) in Windows. Luckily for us the need for a high-resolution timer is universal and a timer class is included with the DirectX SDK. You can find
 the timer class in the \Samples\Managed\Common directory underneath the install directory of the SDK. The file we are interested in is called dxmutmisc.cs, but we will use most of the other files in that directory as we add more functionality to our own project.
 
Before we add dxmutmisc.cs we are going to create a separate folder. Organizing a solution by folders makes it easy to group related items together and keeps the project more organized.
 

Selecting Add | New Folder. Name the new folder: DirectXSupport. This is where we are going to add the various support classes as we make use of them throughout this project.

Now we are going to add the existing file to our project. This copies the file to our directory structure.&amp;nbsp;
 

Right-click the DirectXSupport folder and select Add | Add Existing Item and browse to C:\Program Files\Microsoft DirectX 9.0 SDK (February 2005)\Samples\Managed\Common and select the dxmutmisc.cs file.

If you want to, you can browse the contents of this file, it contains various other helper classes that save you from writing a lot of code yourself in addition to the FrameworkTimer class
 
Since the timer class is contained in a different namespace we are going to add a
using statement so we can use the FrameworkTimer without having to write “Microsoft.Samples.DirectX.UtilityToolkit.FrameworkTimer” every time.
 

At the top of the class in the using directives region add the following line of code:

Visual C# 
Microsoft.Samples.DirectX.UtilityToolkit;

    
Visual Basic 

Microsoft.Samples.DirectX.UtilityToolkit

    
Next we need to have a way to store the value of the time elapsed. We are going to store this value in the deltaTime variable. Notice that we are declaring this variable as a double. If you declared it as an integer you would lose all of the resolution provided
 by our high-powered timer since everything would be rounded to an integer.  

At the end of the class above the last two braces add the following line of code.

Visual C# 
private double deltaTime;

    
Visual Basic 
Private deltaTime As Double

    
We want to start the timer at the last possible moment in the render loop so we can get the most accurate time possible.
 

At the end of the OnPaint method right before the this.Invalidate call add the following code.

Visual C#&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;  
FrameworkTimer.Start();

    
Visual Basic 
Microsoft.Samples.DirectX.UtilityToolkit.FrameworkTimer.Start()

    
We need to calculate the elapsed (or delta) time at the start of each loop, because we are going to pass it to most of the subsequent calls we are going to make.
 

At the very top of the OnPaint method, before any other code, add the following line of code.

Visual C# 
deltaTime = FrameworkTimer.GetElapsedTime();

    
Visual Basic 
deltaTime = Microsoft.Samples.DirectX.UtilityToolkit.FrameworkTimer.GetElapsedTime()

    
That’s it. We now have a way to track time. As an added bonus, in the next article, we will use this timer to compute our frame rate. You will notice that the solution now will no longer build. This is because the classes in the file we added require DirectX
 to be referenced. We are going to cover which parts of DirectX we need in the next article.
 
Summary
We have accomplished a lot in this first article. First, we covered the tools needed to created managed DirectX games and then we discussed the features that make a great game. Next, we defined our game idea and created our game project. After that, we created
 the render loop we are going to use throughout the game, and finally we added a high resolution timer to our project.&amp;nbsp;
 
The next steps all require DirectX, which we will cover in the next article. I hope that this initial article has motivated you to begin that game you always thought about. Game development can be one of the most satisfying experiences in computer programming,
 and as we progress through this series, I am going to teach you all the fundamentals you need to accomplish that goal. 
</description>
	<link></link>
	<language>en</language>
	<pubDate>Mon, 20 May 2013 07:27:56 GMT</pubDate>
	<lastBuildDate>Mon, 20 May 2013 07:27:56 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Beginning Game Development: Part I – Introduction</title>
		<description>
			<![CDATA[ <p>hi, i finish my game code already, but i dont noe how to make my code to installer, cause i wan use other computer dont have visual stdio 2008 play my game, hope ur all can help me, i am using c&#43;&#43; write code </p><p>posted by kark</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c633837456000000000</link>
		<pubDate>Tue, 21 Jul 2009 04:00:00 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c633837456000000000</guid>
		<dc:creator>kark</dc:creator>
	</item>
	<item>
		<title>Re: Beginning Game Development: Part I – Introduction</title>
		<description>
			<![CDATA[ <p>@kark, try following this video: &nbsp;<a rel="nofollow" target="_new" href="http://www.betterthaneveryone.com/archive/2007/11/07/how-to-create-a-project-installer.aspx">http://www.betterthaneveryone.com/archive/2007/11/07/how-to-create-a-project-installer.aspx</a></p><p>It is for c# but *should* do the job.</p><p>posted by Clint</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c633838320000000000</link>
		<pubDate>Wed, 22 Jul 2009 04:00:00 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c633838320000000000</guid>
		<dc:creator>Clint</dc:creator>
	</item>
	<item>
		<title>Re: Beginning Game Development: Part I – Introduction</title>
		<description>
			<![CDATA[ <p>After reading these comments I have to say something.. If you are trying to follow this tutorial and want to learn to program games, but don't even know what a constructor is, you need to stop what you are doing, this is way over your head. Please take some introductory computer science classes and learn about object oriented design. Game programming is difficult, especially for someone who doesn't know how to do any OOP.</p><p>posted by JonR</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c633892752000000000</link>
		<pubDate>Wed, 23 Sep 2009 04:00:00 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c633892752000000000</guid>
		<dc:creator>JonR</dc:creator>
	</item>
	<item>
		<title>Re: Beginning Game Development: Part I – Introduction</title>
		<description>
			<![CDATA[ <p>Um...</p><p>Hi, Sorry this tutorial is obaviously irealivent now beause i can`t find dxmutmisc.cs in the folder BTW i`m using dx10 SDK do u have any other tutoirals for beggining C# 2D game dev.</p><p>Thanks Jordan</p><p>posted by jh1507</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c633905712000000000</link>
		<pubDate>Thu, 08 Oct 2009 04:00:00 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c633905712000000000</guid>
		<dc:creator>jh1507</dc:creator>
	</item>
	<item>
		<title>Re: Beginning Game Development: Part I – Introduction</title>
		<description>
			<![CDATA[ <p>@jh1507 managed DirectX (that is using VB and C#) is no longer supported. &nbsp;Either use XNA to do your DirectX support needs or I'd recommend switching to C&#43;&#43;.</p><p>Is there something XNA can't handle that you need?</p><p>posted by Clint</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c633906576000000000</link>
		<pubDate>Fri, 09 Oct 2009 04:00:00 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c633906576000000000</guid>
		<dc:creator>Clint</dc:creator>
	</item>
	<item>
		<title>Re: Beginning Game Development: Part I – Introduction</title>
		<description>
			<![CDATA[ <p>@Pete managed DirectX (that is using VB and C#) is no longer supported. &nbsp;Either use XNA to do your DirectX support needs or I'd recommend switching to C&#43;&#43;.</p><p>Based on the article date, a 2005 version of the directX SDK is going to be too old. &nbsp;I'm going to say go for a 2006 version near October.</p><p>posted by Clint</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c633915216000000000</link>
		<pubDate>Mon, 19 Oct 2009 04:00:00 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c633915216000000000</guid>
		<dc:creator>Clint</dc:creator>
	</item>
	<item>
		<title>Re: Beginning Game Development: Part I – Introduction</title>
		<description>
			<![CDATA[ <p>I've downloaded the August 2005 version of the DirectX SDK to get the Managed code Samples. &nbsp;However when I get to the step of including dxmutmisc.cs, that file fails to build because it can't find the references to Microsoft.DirectX and Microsoft.DirectX.Direct3D. &nbsp;Can anyone help me locate these references so I can add them?</p><p>posted by Pete</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c633915216000000000</link>
		<pubDate>Mon, 19 Oct 2009 04:00:00 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c633915216000000000</guid>
		<dc:creator>Pete</dc:creator>
	</item>
	<item>
		<title>Re: Beginning Game Development: Part I – Introduction</title>
		<description>
			<![CDATA[ <p>I downloaded the game - but are A S D W F1 F2 F3 F4 F5 the only keys? Is there a shoot key?</p><p>posted by ge-force</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634051728000000000</link>
		<pubDate>Fri, 26 Mar 2010 04:00:00 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634051728000000000</guid>
		<dc:creator>ge-force</dc:creator>
	</item>
	<item>
		<title>Re: Beginning Game Development: Part I – Introduction</title>
		<description>
			<![CDATA[ <p>@ge-force, check out the source code, looking at the DirectInput article for this series, <a rel="nofollow" target="_new" href="http://blogs.msdn.com/coding4fun/archive/2006/11/03/940908.aspx">http://blogs.msdn.com/coding4fun/archive/2006/11/03/940908.aspx</a> &nbsp;I'm inclined to say yes.</p><p>posted by Clint</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634052592000000000</link>
		<pubDate>Sat, 27 Mar 2010 04:00:00 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634052592000000000</guid>
		<dc:creator>Clint</dc:creator>
	</item>
	<item>
		<title>Re: Beginning Game Development: Part I – Introduction</title>
		<description>
			<![CDATA[ <p>coding4fun, i checked out that XNA, and would you know of any sites that offer good tutorials, or can this site still teach me to make games that are like tetris and 2d? or do you know of any other site then XNA that offers good tutorials?</p><p>posted by neil</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634064688000000000</link>
		<pubDate>Sat, 10 Apr 2010 04:00:00 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634064688000000000</guid>
		<dc:creator>neil</dc:creator>
	</item>
	<item>
		<title>Re: Beginning Game Development: Part I – Introduction</title>
		<description>
			<![CDATA[ <p>@neil, managed direct x is no longer supported. &nbsp;Chances are you can get this working but like I stated, XNA a far better choice if you want to do a managed language 3D game. &nbsp;<a rel="nofollow" target="_new" href="http://creators.xna.com/">http://creators.xna.com/</a></p><p>I'll bet you can get the article working, but it will require some effort in tracking some stuff down. </p><p>posted by Clint</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634064688000000000</link>
		<pubDate>Sat, 10 Apr 2010 04:00:00 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634064688000000000</guid>
		<dc:creator>Clint</dc:creator>
	</item>
	<item>
		<title>Re: Beginning Game Development: Part I – Introduction</title>
		<description>
			<![CDATA[ <p>so i should go to that link you posted at the top for managed dirext x? </p><p>posted by neil</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634064688000000000</link>
		<pubDate>Sat, 10 Apr 2010 04:00:00 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634064688000000000</guid>
		<dc:creator>neil</dc:creator>
	</item>
	<item>
		<title>Re: Beginning Game Development: Part I – Introduction</title>
		<description>
			<![CDATA[ <p>@neil, VS 2005 over 2008 shouldn't matter, it is getting the managed direct x part working ... &nbsp;XNA is a far better route to take.</p><p>posted by Clint</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634064688000000000</link>
		<pubDate>Sat, 10 Apr 2010 04:00:00 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634064688000000000</guid>
		<dc:creator>Clint</dc:creator>
	</item>
	<item>
		<title>Re: Beginning Game Development: Part I – Introduction</title>
		<description>
			<![CDATA[ <p>humm, sucks that this is based on the 05' one, i got the 2008 visual basic, and can't get past making the app, what a bummer</p><p>posted by neil</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634064688000000000</link>
		<pubDate>Sat, 10 Apr 2010 04:00:00 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634064688000000000</guid>
		<dc:creator>neil</dc:creator>
	</item>
	<item>
		<title>Re: Beginning Game Development: Part I – Introduction</title>
		<description>
			<![CDATA[ <p>@neil, we have a bunch here, Creators Club has some pretty good tutorials as well. &nbsp;For like, Tetris, I don't think either of us do. &nbsp;A quick bing search however, <a rel="nofollow" target="_new" href="http://www.bing.com/search?q=xna&#43;tetris&amp;form=QBLH&amp;qs=n&amp;sk=">http://www.bing.com/search?q=xna&#43;tetris&amp;form=QBLH&amp;qs=n&amp;sk=</a> turns up a few</p><p>posted by Clint</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634065552000000000</link>
		<pubDate>Sun, 11 Apr 2010 04:00:00 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634065552000000000</guid>
		<dc:creator>Clint</dc:creator>
	</item>
	<item>
		<title>Re: Beginning Game Development: Part I – Introduction</title>
		<description>
			<![CDATA[ <p>@ninja4 i attempted to track it down, couldn't. &nbsp;Managed DirectX is no longer supported. &nbsp;XNA is the way to do this now.</p><p>posted by Clint</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634134672000000000</link>
		<pubDate>Wed, 30 Jun 2010 04:00:00 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634134672000000000</guid>
		<dc:creator>Clint</dc:creator>
	</item>
	<item>
		<title>Re: Beginning Game Development: Part I – Introduction</title>
		<description>
			<![CDATA[ <p>Can anybody tell me where the link to download the game is?</p><p>Thanks,</p><p>ninja</p><p>posted by ninja4</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634134672000000000</link>
		<pubDate>Wed, 30 Jun 2010 04:00:00 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634134672000000000</guid>
		<dc:creator>ninja4</dc:creator>
	</item>
	<item>
		<title>Re: Beginning Game Development: Part I – Introduction</title>
		<description>
			<![CDATA[ <p>hey im following the steps stage by stage on the part where u add direct x i kent find the files in the ritght place Samples\Managed\Common and select the dxmutmisc.cs file. the managed folder isnt there</p><p>posted by dan </p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634161456000000000</link>
		<pubDate>Sat, 31 Jul 2010 04:00:00 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634161456000000000</guid>
		<dc:creator>dan </dc:creator>
	</item>
	<item>
		<title>Re: Beginning Game Development: Part I – Introduction</title>
		<description>
			<![CDATA[ <p>@Dan, this is no longer supported. &nbsp;If you want to do DirectX with a managed language, please use XNA. &nbsp;Coding4Fun has multiple articles with XNA to help get you jump started.</p><p>posted by Clint</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634163184000000000</link>
		<pubDate>Mon, 02 Aug 2010 04:00:00 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634163184000000000</guid>
		<dc:creator>Clint</dc:creator>
	</item>
	<item>
		<title>Re: Beginning Game Development: Part I – Introduction</title>
		<description>
			<![CDATA[ <p>When I tried to start the program after adding the timer, it gave me 133 error messages saying it couldn't find parts of the timer</p><p>posted by shapewear</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634249620000000000</link>
		<pubDate>Wed, 10 Nov 2010 05:00:00 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634249620000000000</guid>
		<dc:creator>shapewear</dc:creator>
	</item>
	<item>
		<title>Re: Beginning Game Development: Part I – Introduction</title>
		<description>
			<![CDATA[ <p>@shapewear sorry, this uses a non-supported SDK now.</p><p>posted by Clint</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634253940000000000</link>
		<pubDate>Mon, 15 Nov 2010 05:00:00 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634253940000000000</guid>
		<dc:creator>Clint</dc:creator>
	</item>
	<item>
		<title>Re: Beginning Game Development: Part I – Introduction</title>
		<description>
			<![CDATA[ <p>I was on the XNA web page and it seems that it is developed for windows phone and Xbox 360... The best way to make games for windows based computer is really xna ??</p><p>posted by ping</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634300596000000000</link>
		<pubDate>Sat, 08 Jan 2011 05:00:00 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634300596000000000</guid>
		<dc:creator>ping</dc:creator>
	</item>
	<item>
		<title>Re: Beginning Game Development: Part I – Introduction</title>
		<description>
			<![CDATA[ <p>@Coding4Fun</p><p>You made a lot of posts recommanding to switch to XNA...</p><p>I clicked on <a rel="nofollow" target="_new" href="http://creators.xna.com">http://creators.xna.com</a> and it reroute me on <a rel="nofollow" target="_new" href="http://create.msdn.com/en-US/">http://create.msdn.com/en-US/</a></p><p>Ther I find a lot of stufs about WindowsPhone and XBox. But I want to do games for Windows based computers... So my question is : Where I shoud begin ?</p><p>posted by ping</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634300596000000000</link>
		<pubDate>Sat, 08 Jan 2011 05:00:00 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634300596000000000</guid>
		<dc:creator>ping</dc:creator>
	</item>
	<item>
		<title>Re: Beginning Game Development: Part I – Introduction</title>
		<description>
			<![CDATA[ <p>@ping also <a rel="nofollow" target="_new" href="http://creators.xna.com">http://creators.xna.com</a> got moved to <a rel="nofollow" target="_new" href="http://create.msdn.com">http://create.msdn.com</a> now. &nbsp;<img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' /></p><p>posted by Clint</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634302324000000000</link>
		<pubDate>Mon, 10 Jan 2011 05:00:00 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634302324000000000</guid>
		<dc:creator>Clint</dc:creator>
	</item>
	<item>
		<title>Re: Beginning Game Development: Part I – Introduction</title>
		<description>
			<![CDATA[ <p>@ping XNA works across all of the platforms. &nbsp;XNA is the way to go if you want to make a video game with a managed language like C#. &nbsp;If you want to go C&#43;&#43; route, you can use Direct X.</p><p>For a list of resources from create.msdn.com that is for XNA and Windows, <a rel="nofollow" target="_new" href="http://create.msdn.com/en-US/education/catalog/?contenttype=0&amp;devarea=0&amp;platform=20&amp;sort=1">create.msdn.com/.../catalog</a></p><p>posted by Clint</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634302324000000000</link>
		<pubDate>Mon, 10 Jan 2011 05:00:00 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634302324000000000</guid>
		<dc:creator>Clint</dc:creator>
	</item>
	<item>
		<title>Re: Beginning Game Development: Part I – Introduction</title>
		<description>
			<![CDATA[ <p>This is a brilliant, informative and insightful tutorial. Sadly, it seems redundant now.. is this so?</p><p>If so, is there an updated one planned? I really need something like this <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-6.gif?v=c9' alt='Sad' /></p><p>posted by Wolf</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634312692000000000</link>
		<pubDate>Sat, 22 Jan 2011 05:00:00 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634312692000000000</guid>
		<dc:creator>Wolf</dc:creator>
	</item>
	<item>
		<title>Re: Beginning Game Development: Part I – Introduction</title>
		<description>
			<![CDATA[I need  help!! I'm doing game development as my senior project and I would love to know more about my topic <p>posted by Tina </p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634322902170000000</link>
		<pubDate>Thu, 03 Feb 2011 00:36:57 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634322902170000000</guid>
		<dc:creator>Tina </dc:creator>
	</item>
	<item>
		<title>Re: Beginning Game Development: Part I – Introduction</title>
		<description>
			<![CDATA[This article is very intresting for a beginners like me.<p>posted by Sanij</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634336576620000000</link>
		<pubDate>Fri, 18 Feb 2011 20:27:42 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634336576620000000</guid>
		<dc:creator>Sanij</dc:creator>
	</item>
	<item>
		<title>Re: Beginning Game Development: Part I – Introduction</title>
		<description>
			<![CDATA[@Clint: I went to the site that is suggested to get XNA, but I don't see a download link for XNA 4.0 (only for the phone APIs). I did a Google search but only found a link to D/L XNA 3.1. Any suggestions?<p>posted by Dre</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634338963360000000</link>
		<pubDate>Mon, 21 Feb 2011 14:45:36 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634338963360000000</guid>
		<dc:creator>Dre</dc:creator>
	</item>
	<item>
		<title>Re: Beginning Game Development: Part I – Introduction</title>
		<description>
			<![CDATA[Cheap  designer shoes on sale . Including  discount Nike shox shoes ,  Adidas running shoes ,  on sale Air Jordan shoes  and many other brands of men's and women's  wholesale designer shoes . Welcome to our site http://www.high-grade-mall.com/discount-nike-shoes.<br /><p>posted by  discount Nike shox shoes</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634339432430000000</link>
		<pubDate>Tue, 22 Feb 2011 03:47:23 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634339432430000000</guid>
		<dc:creator> discount Nike shox shoes</dc:creator>
	</item>
	<item>
		<title>Re: Beginning Game Development: Part I – Introduction</title>
		<description>
			<![CDATA[hey, I'm new to game development.. only started yesterday and want to know if theres any good free programs for making games but also have tutorials???<p>posted by NathanTwomey</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634340861240000000</link>
		<pubDate>Wed, 23 Feb 2011 19:28:44 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634340861240000000</guid>
		<dc:creator>NathanTwomey</dc:creator>
	</item>
	<item>
		<title>Re: Beginning Game Development: Part I – Introduction</title>
		<description>
			<![CDATA[hey<br /> <p>posted by amaria</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634354920670000000</link>
		<pubDate>Sat, 12 Mar 2011 02:01:07 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634354920670000000</guid>
		<dc:creator>amaria</dc:creator>
	</item>
	<item>
		<title>Re: Beginning Game Development: Part I – Introduction</title>
		<description>
			<![CDATA[hi how are you you close this window and see the magic<p>posted by kapil</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634388719720000000</link>
		<pubDate>Wed, 20 Apr 2011 04:52:52 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634388719720000000</guid>
		<dc:creator>kapil</dc:creator>
	</item>
	<item>
		<title>Re: Beginning Game Development: Part I – Introduction</title>
		<description>
			<![CDATA[If you are interested in game development, you might also be interested in our online 4-day course on Game Development with Unity&#58;  gamedevtraining.zymichost.com<br><br>Its interactive so you can ask questions from the instructor, and share your screen live. Its only over weekends, and  since we are doing this live for the first time &#40; we usually do in-person&#41;, its very affordable.<p>posted by GameDevTraining</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634402883880000000</link>
		<pubDate>Fri, 06 May 2011 14:19:48 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634402883880000000</guid>
		<dc:creator>GameDevTraining</dc:creator>
	</item>
	<item>
		<title>Re: Beginning Game Development: Part I – Introduction</title>
		<description>
			<![CDATA[Hi all,<br> I am developing a small game for first time in my life. <br>I am stuck &#64; writing logic for player and Computer. <br>I also dont knw which lang should i use for game logic.<br>I hav developed the UI in WPF and base lang as C&#35; kindly help which lang should i use to write game logic.<br>any Kind of help will be vry useful...... &#58;&#40;<br><p>posted by joe</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634423324610000000</link>
		<pubDate>Mon, 30 May 2011 06:07:41 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634423324610000000</guid>
		<dc:creator>joe</dc:creator>
	</item>
	<item>
		<title>Re: Beginning Game Development: Part I – Introduction</title>
		<description>
			<![CDATA[hi all<br>i design my first game with game maker8 without any language.i design 2d game.i hate to use language.tell me can i develop a game without use any language.i am from Pakistan and want to development a game whit i do plz tell me&#63;&#63;&#63;&#63;&#63;<br>Thanks.<p>posted by Farhan</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634446683530000000</link>
		<pubDate>Sun, 26 Jun 2011 06:59:13 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634446683530000000</guid>
		<dc:creator>Farhan</dc:creator>
	</item>
	<item>
		<title>Re: Beginning Game Development: Part I – Introduction</title>
		<description>
			<![CDATA[I have written the code of the first article as the steps but it showed some errors when doing the latest steps of &#34;deltaTime &#61; Microsoft.Samples.DirectX.UtilityToolkit.FrameworkTimer.GetElapsedTime&#40;&#41;&#34; It said &#34;Samples is not a member of microsoft and Error&#9;1&#9;&#39;deltaTime&#39; is not declared. It may be inaccessible due to its protection level.<br>What should I do please reply. Thanks<br><p>posted by Marcos</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634449657400000000</link>
		<pubDate>Wed, 29 Jun 2011 17:35:40 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634449657400000000</guid>
		<dc:creator>Marcos</dc:creator>
	</item>
	<item>
		<title>Re: Beginning Game Development: Part I – Introduction</title>
		<description>
			<![CDATA[If you develop a game using XNA for commerical, does this mean you have to purchase&#47;subscribe to XNA professional&#63;<br><br>I develop in Visual Basic, just purchased MS VS 2010 Progessional at mega bucks, only to find DirectX is not supported in VB. Is microsoft forcing us to either&#58; a&#41; use C&#47;C&#43;&#43; and b&#41; force us to use XNA&#63;<br><br>What is coding4fun view, should I really only target professional games using C&#47;C&#43;&#43;&#63; If yes, then is DirectX available for C&#47;C&#43;&#43; or should I use only XNA&#63; I am very confused, as a recent article now says XNA can be used in VisualBasic, but not DirectX....<br>...I have completed the game layer network protocol, the world management, and real time players handling of moves, but now need to create the sprites, images in 2D and 3D. Do I invest in XNA or DirectX if I am planning to sell the game&#63;<br><p>posted by russell hickman</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634466179670000000</link>
		<pubDate>Mon, 18 Jul 2011 20:32:47 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634466179670000000</guid>
		<dc:creator>russell hickman</dc:creator>
	</item>
	<item>
		<title>Re: Beginning Game Development: Part I – Introduction</title>
		<description>
			<![CDATA[ <p>Is there a more up-to-date version of this tutorial? One that uses the more modern technology (i.e. C# 2010, etc)? Or do we use the existing project, as is, but with modern tech (i.e. - XNA) in place of the obsolete stuff?</p><p>posted by TekknoDraykko</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634522914593108661</link>
		<pubDate>Thu, 22 Sep 2011 12:30:59 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634522914593108661</guid>
		<dc:creator>TekknoDraykko</dc:creator>
	</item>
	<item>
		<title>Re: Beginning Game Development: Part I – Introduction</title>
		<description>
			<![CDATA[&#64;russel take a look at Truevision3D middleware. It is completely rewritten in C&#43;&#43; and more flexible I think. You don&#39;t have to be concerned with Directx in C&#43;&#43;, instead you just use MTV.dll as intermediary. And it supports almost all languages even Vb.net &#58;&#41;. It is cheaper i think. But there is one problem. It supports DX8 and Dx9 I think. Not Dx10 or Dx11. <p>posted by Elsen</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634533660295043708</link>
		<pubDate>Tue, 04 Oct 2011 23:00:29 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634533660295043708</guid>
		<dc:creator>Elsen</dc:creator>
	</item>
	<item>
		<title>Re: Beginning Game Development: Part I – Introduction</title>
		<description>
			<![CDATA[&#64;russel<br>Might be worthwhile checking out SlimDX &#40;http&#58;&#47;&#47;slimdx.org&#47;&#41; with VB.NET&#63;<br>Personally, I still develop using the defunct MDX SDK Summer 2004. Good luck.<p>posted by cherriemerrie</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634547871500951715</link>
		<pubDate>Fri, 21 Oct 2011 09:45:50 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634547871500951715</guid>
		<dc:creator>cherriemerrie</dc:creator>
	</item>
	<item>
		<title>Re: Beginning Game Development: Part I – Introduction</title>
		<description>
			<![CDATA[i knw a bit about ms visual basic 2005...<br>my aim is to find a small game to show in my interviews that i developed a game to impress my interviewrs.....<br>so any tell how to develop a small game using ms visual basic 2005 that no need to use sound apllications etc bt i just want to develop my own game so please help me to get a job<p>posted by srikanth</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634553838848410521</link>
		<pubDate>Fri, 28 Oct 2011 07:31:24 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/articles/Beginning-Game-Development-Part-I--Introduction#c634553838848410521</guid>
		<dc:creator>srikanth</dc:creator>
	</item>
</channel>
</rss>