954,499 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Where do I Start?

Hello,
My whole life I've wanted to make a video game. I've been influenced by notable programmers; Shigeru Miamoto and Tetsuya Nomura. I'd like to learn how to do C++ programming so I can make a game. I'm only a freshman in high school, so you can imagine, I don't want to wait until college. Here's my problem, the only thing I know about programming a game, is what makes a good game. So, having no experience, where do I start?

RolandTheNerd
Newbie Poster
3 posts since Jan 2011
Reputation Points: 10
Solved Threads: 0
 

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
 

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


Thanks a lot! I guess we've all got to start small!

RolandTheNerd
Newbie Poster
3 posts since Jan 2011
Reputation Points: 10
Solved Threads: 0
 

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
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: