I am wanting to be a gamecoder any Advice.

Reply

Join Date: Mar 2008
Posts: 1
Reputation: Natethemad is an unknown quantity at this point 
Solved Threads: 0
Natethemad Natethemad is offline Offline
Newbie Poster

I am wanting to be a gamecoder any Advice.

 
0
  #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?
Reply With Quote Quick reply to this message  
Join Date: Nov 2007
Posts: 121
Reputation: Auzzie is an unknown quantity at this point 
Solved Threads: 16
Auzzie Auzzie is offline Offline
Junior Poster

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

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

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

 
0
  #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 Quick reply to this message  
Join Date: Nov 2004
Posts: 6,143
Reputation: jwenting is just really nice jwenting is just really nice jwenting is just really nice jwenting is just really nice 
Solved Threads: 213
Team Colleague
jwenting's Avatar
jwenting jwenting is offline Offline
duckman

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

 
0
  #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.
As people are clearly allowed to attack me but I'm not allowed to defend myself, I no longer post to this site.
Reply With Quote Quick reply to this message  
Join Date: Mar 2008
Posts: 1
Reputation: Caesis is an unknown quantity at this point 
Solved Threads: 0
Caesis Caesis is offline Offline
Newbie Poster

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

 
0
  #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 Quick reply to this message  
Join Date: May 2004
Posts: 256
Reputation: FireNet will become famous soon enough FireNet will become famous soon enough 
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.

 
0
  #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 10:16 pm.
See what you can, remember what you need

Fourzon | Earn via Coding
Reply With Quote Quick reply to this message  
Join Date: Nov 2004
Posts: 6,143
Reputation: jwenting is just really nice jwenting is just really nice jwenting is just really nice jwenting is just really nice 
Solved Threads: 213
Team Colleague
jwenting's Avatar
jwenting jwenting is offline Offline
duckman

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

 
0
  #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.
As people are clearly allowed to attack me but I'm not allowed to defend myself, I no longer post to this site.
Reply With Quote Quick reply to this message  
Join Date: Jan 2007
Posts: 101
Reputation: PirateTUX is an unknown quantity at this point 
Solved Threads: 3
PirateTUX's Avatar
PirateTUX PirateTUX is offline Offline
Junior Poster

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

 
0
  #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.
Reply With Quote Quick reply to this message  
Join Date: May 2007
Posts: 5
Reputation: Sharkheart is an unknown quantity at this point 
Solved Threads: 0
Sharkheart's Avatar
Sharkheart Sharkheart is offline Offline
Newbie Poster

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

 
-1
  #9
Apr 17th, 2008
not very helpful post is it?
ICED to meet you
Reply With Quote Quick reply to this message  
Join Date: Jan 2007
Posts: 101
Reputation: PirateTUX is an unknown quantity at this point 
Solved Threads: 3
PirateTUX's Avatar
PirateTUX PirateTUX is offline Offline
Junior Poster

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

 
0
  #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.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the Game Development Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC