<?xml version="1.0" encoding="UTF-8"?><rss version="2.0">
<channel>
<title>game making</title>
<link>http://www.computersight.com/tags/game making</link>
<description>New posts about game making</description>
<item>
<title>How to Make a Computer Game</title>
<link>http://www.computersight.com/Programming/How-to-Make-a-Computer-Game.39802</link>
<description>
<![CDATA[<p>First you need to ask yourself a few questions:</p>
 <p><OL><LI> Do I know any programming languages?</LI>
 <LI> What is the game going to be about?</LI>
 <LI> Is your ability of programming good enough to make it?</LI></OL></P>
 

<h3> Answers</h3>

 <P><OL><LI> If you do know a programming language how well do you know it? There is a variety of programming languages out there but there are a few main ones. These are: C, C++, Java, Python, Flash, and Ruby. I personally program in Java as I find it very easy to program games in.</LI>
 <LI> Your game could be about anything it could even be a MMORPG (Massively Multiplayer Online Role Playing Game) if you know what you are doing.</LI>
 <LI> How well do you know the programming language? If you are aiming to make a MMORPG and only know how to program a simple line of code, then you are not being realistic and it will be a long time before you are going to make one.</LI></OL></P>
 
 
<h3>Resources</h3>

 <p><ol><li>I chose Java to learn because you can embed it into web pages making it easy for people to play it with no downloads. I learnt to program it from a book but you can search 

<a target="_blank" href="http://www.google.com/search?hl=en&amp;q=Java+tutorials&amp;btnG=Google+Search">Google</a>

 for some tutorials. When you know enough about the language you can turn it into a game. I used 
<a target="_blank" href="http://www.javacooperation.gmxhome.de">javacooperation</a>
 to learn the basics of gaming. Also Youtube is a good source for tutorials. Search aphonik for Java tutorials.</li>
 <li>
<a target="_blank" href="http://www.gamediscovery.com">Game Discovery </a>
 is a good source for game ideas. Also a good source to play games is  
<a target="_blank" href="http://www.miniclip.com">Miniclip</a>. If your game is good enough they will pay you for the license of the game.</li></ol></p>
 
 
 <p>I hope you found this guide helpful! </p><a href="http://www.pheedo.com/click.phdo?x=&u=http%3A%2F%2Fwww.computersight.com%2FProgramming%2FHow-to-Make-a-Computer-Game.39802"><img src="http://www.pheedo.com/img.phdo?x=&u=http%3A%2F%2Fwww.computersight.com%2FProgramming%2FHow-to-Make-a-Computer-Game.39802" border="0"/></a>]]></description>
<pubDate>Sun, 08 Jul 2007 00:18:45 PST</pubDate></item>
<item>
<title>Creating Your Own Games</title>
<link>http://www.computersight.com/Programming/Creating-Your-Own-Games.318271</link>
<description>
<![CDATA[<h3>Introduction</h3>

 <p>Haven't you ever played Halo, Super Mario, etc. and ever wondered “Hmm… I wonder how I can make games like these…” Well in this article, I will show you a few programs that will allow you to make 2D, as well as 3D games!! Some require a lot of programming skills, and other none!! First off, I will introduce you to Game Maker.</p>
 
 
<h3>Game Maker</h3>

 <p>Game maker is a program which you can make games with Drag &amp; Drop, so it is very, very easy. If you don't know what Drag &amp; Drop is, its when you for example, move a file from one place to another using your mouse. You can make games basically doing that. Isn't that wonderful!! First off you have to get the actual program  <a target="_blank" href="http://www.yoyogames.com">here</a> . That site is the now, official site of Game Maker. Game Maker was created by Mark Overmar.</p>
 <p>Later on, I will be using this program and I will go through the steps on making a simple game XD.</p>
 
 
<h3>C/C++</h3>

 <p>	This is the programming language most of the commercial games are made out of today. This programming language is completely intense, so if you never programmed before, I don't recommend you using this. On the other hand if you have before (even small things such as turtle drawing), this is a very strong language. I prefer you use the Irrlicht Graphics engine, because it is a very powerful engine, and it is easy to make 3D games with.</p>
 
 
<h3>Blitz Basic/3d</h3>

 <p>	This, like C++, is also a programming language, but way easier. Blitz Basic is the program to make 2D games, while Blitz 3D is… self explanatory. You can get these programs at: <a target="_blank" href="http%3a//www.blitzbasic.com">http://www.blitzbasic.com</a></p>
 
 
<h3>Sploder.com</h3>

 <p>	Haven't you ever wanted to create those games on website? You don't even have to download them; just play them when you are on the site. If you go to Sploder.com, you can create you own flash games. It's not as powerful as the above tools, but you don't have to download it, just create an account and make games.</p>
 
 
<h3>Game Maker Tutorial</h3>

 <p>  Ok, those were the coolest game making tools that I have found and use. I will go through the steps on making a simple game where you move around, in game maker.</p>
 <p><ol>
  <li> Open up game maker and click “new game” you can save it if you want to, but not required</li>
  <li> Click on the red packman looking image at the top, then click edit sprite, and you will see a green box. Click it and you will be in a place that is like the program Paint. Fill the green up with any color, unless you want to keep it that way, and draw a simple picture. It can be a ball, box or anything. Make sure that its not the same color as the background (the green part if you didn't change the color),or else it will be transparent when you play the game. After you drew something, click save, and ok till you go back</li>
  <li> Click on the blue ball at the top for creating a new object. This part may look a little confusing but its simple. Where it says “sprite” click it and pick the picture you drew eilier. Make sure “visible is checked”. Now click “Add Event” and click “keyboard” then click “<left>”. Repeat this for all 4 arrow keys (left, right, up, down). Now go to left, and on the right hand side you will see a bunch of button looking stuff. You will see a red icon with a lot of arrows sticking out. Drag that icon into the white space next to it. When you drop it, A menu will pop up. You will see arrows, and a box that says “speed”. Click on the arrow that is pointing left and set speed to a speed desired, I recommend 5. Now do the same thing for all the rest of the keys, ex. In the up event, click on the arrow that is pointing up and set speed to 5. After you set the direction and speed for every arrow key, save the object by clicking “Ok”.</li>
  <li> click on the icon next to the blue ball that looks like a white box to create a room. When you are in the room property, you should see a big grey spot with a grid on it. On the left side, the “object” tab should be selected, and the object you made should be there. Click anywhere on the grey spot and click the check mark at top.</li>
  <li> Now  click on the green arrow at the top and play your game. All you can do is move around, but hey, don't you think that was easy?  </li>
 </ol></p>
 
<h3>Conclusion</h3>

 <p>	Game Maker is free and it is a great tool to make games, but if you want to make 3D games, you will need to pay $20. If you need any help, or have any question, post a comment here, or e-mail me at crazy_kennypu@hotmail.com.  I hope you enjoyed my article!!</p><a href="http://www.pheedo.com/click.phdo?x=&u=http%3A%2F%2Fwww.computersight.com%2FProgramming%2FCreating-Your-Own-Games.318271"><img src="http://www.pheedo.com/img.phdo?x=&u=http%3A%2F%2Fwww.computersight.com%2FProgramming%2FCreating-Your-Own-Games.318271" border="0"/></a>]]></description>
<pubDate>Thu, 21 Jun 2007 09:14:08 PST</pubDate></item>
</channel>
</rss>
