Hello
You are one of the many who dream (whole life) of making a good game(me being one). So 3 suggestions
1. Don't wait, get going. Now is the right time. Even if you think your knowledge is limited, you will learn things in the process. And if you make mistakes, it will only add to your experience.
2. Read a few articles on http://www.gamedev.net/reference/ , if you haven't already
3. Your first game should be simple, so that you are able to complete it and not get disinterested.
Good Luck!!
Vinayak
vinayakgarg
Junior Poster in Training
83 posts since Jan 2010
Reputation Points: 19
Solved Threads: 17
Pick out your chosen build environment and make sure you get the tools you need. Do not, I repeat do not, install Dev-C++.
I often recommend a simple text editor and manual command-line compilation tools (gcc springs to mind), but this is something of a niche opinion :)
Moschops
Practically a Master Poster
620 posts since Sep 2008
Reputation Points: 258
Solved Threads: 117
Do not, I repeat do not, install Dev-C++.
Even i wouldn't recommend Dev C++.
But i have different reason.
I guess OP has basic programming experience (with/without command line). So for game programming i would recommendMS Visual C++ Express, simply because it is too good. But of course one should have the experience of other IDEs as well. And one should then pick whichever suits him. I would also suggest Code Blocks.
vinayakgarg
Junior Poster in Training
83 posts since Jan 2010
Reputation Points: 19
Solved Threads: 17