Programming a simple game
By snam23
@snam23 (3157)
United States
February 5, 2009 4:34am CST
Is it possible to program a simple video game without any coding experience or knowledge? Is there a free program for making video games or is it all pure coding? I would like to make my own video game but don't know where to start. Please guide me in the right direction.
6 responses
@egdcltd (12059)
•
5 Feb 09
The easiest way of making video games with limited knowledge is probably using Flash. There are a lot of tutorials on game making available for it, and it's not too hard to learn the coding side.
The downside is the cost. Unless you are a student, Flash itself is very expensive. Games made using a student licensed version of Flash also aren't supposed to be used for any commercial purposes.
@eukristian3 (19)
• Romania
14 Feb 10
Maybe you should start with a Python book and then learn PyGame .
@inuceres (341)
• Philippines
6 Feb 09
i am taking computer sci,..student...
we get to lecture about video game,..
first they need to conceptualize the design the game,..
characters, and settings,..the tragic what game do you create?
second, after designing,..the program to make the characters to
move,..it is not simple to create video game it take a year to
create the full video game,..
@ufocoder (72)
• Bangladesh
6 Feb 09
If you are talking about game programming (not flash) it's not a easy task. Not only you have to do programming, you need a good designer as well for the graphics. And if you want to create a 3D game, then you need 3D graphics experts first. And yes, the game programming is just pure coding.
Now you see, you want to make a new game for your desktop its not that easy even if you know programming! It's a huge job.
By the way, I tried once and made my first 2D game long ago. Though it's not completed, I like to play it sometimes. :)
Cheers.
@elasolova (144)
• Turkey
12 Mar 09
You can try Alice. There is also a first person shooter game creator but I cannot recall its name. I personally use DarkBasicö but it requires some programming knowledge. However, if you want to make a quality game you should know some programming. DarkBasic is easy to understand compared with many major languages. I advice you to try it.