User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the Game Development section within the Software Development category of DaniWeb, a massive community of 374,006 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,849 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Game Development advertiser:
Views: 2430 | Replies: 34
Reply
Join Date: Mar 2008
Posts: 1
Reputation: Natethemad is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
Natethemad Natethemad is offline Offline
Newbie Poster

Help I am wanting to be a gamecoder any Advice.

  #1  
Mar 20th, 2008
I am becoming a game coder and i need to to know what kind of programs in school i should take. I am not sure exactly i am just working on simple codes now i want to know how to increase my education in this field. Any suggestions for me?
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Nov 2007
Location: Perth, Australia
Posts: 119
Reputation: Auzzie is an unknown quantity at this point 
Rep Power: 1
Solved Threads: 16
Auzzie Auzzie is offline Offline
Junior Poster

Re: I am wanting to be a gamecoder any Advice.

  #2  
Mar 20th, 2008
look at C/C++ start from hello world and work up
Reply With Quote  
Join Date: Mar 2008
Posts: 10
Reputation: ronicasingh is an unknown quantity at this point 
Rep Power: 1
Solved Threads: 0
ronicasingh's Avatar
ronicasingh ronicasingh is offline Offline
Newbie Poster

Re: I am wanting to be a gamecoder any Advice.

  #3  
Mar 27th, 2008
Hi,

I'm no gamer, yet, but from my online research, I found there are two ways, OpenGL and the general graphics way. openGL, you include the gl header files and in graphics there is apparently a graphics header. Search the web for Lode's Computer Graphics tutorial, a great source of information.
Reply With Quote  
Join Date: Nov 2004
Location: Netherlands
Posts: 5,588
Reputation: jwenting is a jewel in the rough jwenting is a jewel in the rough jwenting is a jewel in the rough jwenting is a jewel in the rough 
Rep Power: 18
Solved Threads: 187
Colleague
jwenting's Avatar
jwenting jwenting is offline Offline
duckman

Re: I am wanting to be a gamecoder any Advice.

  #4  
Mar 27th, 2008
The exact "tools" you learn in school are utterly irrelevant for getting a job as a programmer.

A green as grass junior grasshopper programmer like you'll be is expected to know exactly NOTHING of value when starting his first job, except knowing how to keep his mouth shut and do as its (you're not a human being yet) told while keeping its ears open to soak up whatever it's being taught by its masters.

And do not expect to land that "game programmer" job right out of school. That's an advanced field.
At most you'll land a job doing other things at a game development shop and work your way up.
Also remember that the vast majority of "game programmers" suffer from extreme burnout and mental problems within a few years, at 35 most are either raving mad and incapable of any work or have left the business for other jobs.
Some even end up dead from being severely overworked, 20+ hour workdays are the norm in many game shops especially near release deadlines.
42 Private messages asking for help will be ignored
In the frozen land of Nador they were forced to eat Steve's iMinstrels, and there was much rejoicing.
Reply With Quote  
Join Date: Mar 2008
Posts: 1
Reputation: Caesis is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
Caesis Caesis is offline Offline
Newbie Poster

Re: I am wanting to be a gamecoder any Advice.

  #5  
Apr 1st, 2008
Get this book. C++ for dummies version 5 with free compiler.
http://www.bookpool.com/sm/0764568523

Its cheap, and its best starter book there is. You start from scratch, no knowlege exept a few little HTML things like <color="red">Hello world!</color> . By the end, you should be able to make at least SOMETHING useful outta it. From there, take school classes or something, or get a more advanced C++ book.

After you can make a Chess game, you are ready to make an online game (with a few artists, other coders, etc depending on what game.)
Reply With Quote  
Join Date: May 2004
Posts: 250
Reputation: FireNet will become famous soon enough FireNet will become famous soon enough 
Rep Power: 6
Solved Threads: 6
FireNet's Avatar
FireNet FireNet is offline Offline
Posting Whiz in Training

Re: I am wanting to be a gamecoder any Advice.

  #6  
Apr 1st, 2008
Start really simple. Learn the basics/intermediate stuff in C++ ... should know classes, file i/o, a working knowledge of STL and a bit of Win32 programming and you are good to go.

When I started I knew C++ and no game programming, but I was able to do a full game in about 2 weeks, with code cobbled from various sources to get a screen to draw on.

If you can find a way to draw on the screen you are half way there as a beginner.

I would suggest GLUT to get you started. GLUT simplifies the init for OpenGL ... so you can get opengl started without any win32 api coding.


http://www.lighthouse3d.com/opengl/glut/index.php?1

Oh and hang out a bit at sites like gamedev.net and devmaster.net
Last edited by FireNet : Apr 1st, 2008 at 9:16 pm.
See what you can, remember what you need

Fourzon | Earn via Coding
Reply With Quote  
Join Date: Nov 2004
Location: Netherlands
Posts: 5,588
Reputation: jwenting is a jewel in the rough jwenting is a jewel in the rough jwenting is a jewel in the rough jwenting is a jewel in the rough 
Rep Power: 18
Solved Threads: 187
Colleague
jwenting's Avatar
jwenting jwenting is offline Offline
duckman

Re: I am wanting to be a gamecoder any Advice.

  #7  
Apr 5th, 2008
and don't buy any book calling itself "for dummies".
If you really are a dummy they're far too complex for you, if not they don't give you nearly enough information.

And as to free compilers, there are many of them. Microsoft, Codegear, Intel (for some operating systems), and of course various open source offerings.
42 Private messages asking for help will be ignored
In the frozen land of Nador they were forced to eat Steve's iMinstrels, and there was much rejoicing.
Reply With Quote  
Join Date: Jan 2007
Location: Kansas City, MO
Posts: 53
Reputation: PirateTUX is an unknown quantity at this point 
Rep Power: 2
Solved Threads: 2
PirateTUX's Avatar
PirateTUX PirateTUX is offline Offline
Junior Poster in Training

Re: I am wanting to be a gamecoder any Advice.

  #8  
Apr 8th, 2008
Yes... all these things are very true. C/C++ is the basis of EVERYTHING you're going to want to do. There might be some scripting languages along the way (LUA comes to mind), but the basics are always in C/C++. Learn everything you can about everything, because it's all important when it comes to games. Learn graphics and audio API's (duh), but also learn all you can about data management, including databases (especially if you want to be involved in an MMO some day). Learn everything you can about geometry and trig, basic newtonian physics, and stuff of that nature.
Server Development
WolfWorkz.com
Pirates Registration

Check out my blog to see what's happening with the MMORPG by WolfWorkz Studio.
Reply With Quote  
Join Date: May 2007
Posts: 4
Reputation: Sharkheart is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
Sharkheart's Avatar
Sharkheart Sharkheart is offline Offline
Newbie Poster

Re: I am wanting to be a gamecoder any Advice.

  #9  
Apr 17th, 2008
not very helpful post is it?
ICED to meet you
Reply With Quote  
Join Date: Jan 2007
Location: Kansas City, MO
Posts: 53
Reputation: PirateTUX is an unknown quantity at this point 
Rep Power: 2
Solved Threads: 2
PirateTUX's Avatar
PirateTUX PirateTUX is offline Offline
Junior Poster in Training

Re: I am wanting to be a gamecoder any Advice.

  #10  
Apr 17th, 2008
My point was that there is no magical "gamecoder" profession, per se. The reality of writing games is the same reality that "normal" software engineers live in. Game code is no different than any other software code... it just happens to end up being a game.

Writing games is probably the most multi-disciplined you get as far as software development. You need to know it all... graphics, sound, data management... not to mention story telling and content creation. And that goes for any game, from World of Warcraft all the way down to Pong.

So learn your fundimentals. That's the kind of answer you're always going to get when it comes to the question of "How do I write games?" It's like asking somebody how to write Shakespeare when you don't even know the alphabet.
Server Development
WolfWorkz.com
Pirates Registration

Check out my blog to see what's happening with the MMORPG by WolfWorkz Studio.
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

DaniWeb Game Development Marketplace
Thread Tools Display Modes

Other Threads in the Game Development Forum

All times are GMT -4. The time now is 10:34 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC