GlingGling said:
CrashMan said: You really need some real background to work on games.
First learn the basics of computer structure. bits/bytes, Memory, binary operations, boolean logic, the stack and heap, Hexadecimal numbers, little and big-endian file formats, things like that.
Take the visual basic book and throw it out the window.
Start with C. Learn the basics of IO/Streams, Memory management, functions, pointers, data structures, design paradigms. Create a bunch of console tools and programs.
Move to C++. Learn about OOP: classes, polymorphism, inheritance, virtual functions, etc etc.
Form there you can move on to graphics API OpenGL or DirectX.
This is the Bare Minimum you will need for PROGRAMMING a game. From there I would suggest getting Blender and learn basics of 3D modeling, get the GiMP and do some texture creation, try to find some open source sound management/creation tools, etc etc etc.
As you can see, to really make a game you need quite a bit of background computer knowledge and education |
I think people might be narrowing their definition of games. Why try to scare people away from game development with buzzwords?
To start making games you need a strong desire to make games. Without that it's going to be hard. Certainly if you want to immediately make Counter Strike you need many of those skills.
But to start making games which is what the man asked for, you need almost none of those things except for maybe some GIMP/Photoshop skills.
And if you really want to start programming games (let us not confuse programming games with making them). Game Maker 7's scripting language is a very slow way to ease yourself in.
But once a person is ready to start programming games I would highly recommend Processing. It is a very easy envirnoment that uses the Java programming language. They have worlds of examples and helpful documentation on their site: http://processing.org/ . You don't need to know any of those buzzwords to start programming.
Obviously when a person progresses and learns they will need to get more advanced. A lot of what Crashman talked about becomes applicable. But that's a long ways away from starting.
|
First lets clarify something, none of these are "buzz words," They are just what they are. Memory Management is memory management. Its not like "fiscal responsibility," these are just what these things are, and to truely program a game, outside of a small hobby piece together, you will need to learn them.
Now, that being said, I am not trying to disuade him, just lay out the path ahead of him if he is interested in becoming a game programmer.
Strategyking92: One thing I may suggest for someone in your position, someone with a lot of ideas but lacking in technical background, is to persue more of a game designer role, rather than a programmer. If you have any friends who have more technical of a background, team up with them. Miyamoto did NOT program a single game, he just designed them. So if you want to make games, see if you can team up with some friends and get something going.