Thread: Step By Step

  1. #1
    Unregistered
    Guest

    Step By Step

    hi my name is duane and i am very interested in becoming a game developer and am just starting to learn c++ i was wondering if anyone here could tell me what order parts of a game need to be made (i.e coding,graphix) etc
    also wat other skills i will need and who would be an essential part of a game developing team

  2. #2
    i dont know Vicious's Avatar
    Join Date
    May 2002
    Posts
    1,200
    well... first get a good grasp of c++. You cannot just start out making vid games. I suggest making some simple programs first.

    I made a calculator... then I made a tictac toe using just normal letters and characters. And you keep progressing.

    Graphics will not be a part of your programming ventures i would say at least for a couple of months from now
    What is C++?

  3. #3
    Rambling Man
    Join Date
    Jan 2002
    Posts
    1,050
    On top of what Vicious said:

    You are going to have to spend some considerable time learning C++ first...probably at least 1-3 months.

    You are also going to need to be patient. If you aren't patient you will get so frustrated with certain things. So stay calm no matter what the situation is; well at least try to.

    Practice and experience will carry you a long way. The more you practice the better off you are. Creating simple games like ttt will help you out a lot when you finally decide to create a 'large' game.

    Try to learn from others. What I mean by this is try other people's games. Try games that are made by people who are on about the same level as you. When you play them try to visualize how they coded that part of the game.

    Be creative in your programming. Try to create original things in your games.

    About what needs to be done in the game:

    Once you learn enough about programming you will finally start to see a clearer picture.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. debugging - step into issue
    By barneygumble742 in forum C++ Programming
    Replies: 7
    Last Post: 03-15-2009, 12:30 PM
  2. recursion
    By paulmedic555 in forum C Programming
    Replies: 26
    Last Post: 01-28-2005, 12:43 AM
  3. robot step sizes
    By n00by in forum C Programming
    Replies: 2
    Last Post: 04-29-2004, 03:29 PM
  4. step by step debug != run debug
    By bonkey in forum Windows Programming
    Replies: 8
    Last Post: 09-09-2002, 12:55 PM
  5. this sites Compiler Resources Specs.
    By Powerfull Army in forum C++ Programming
    Replies: 9
    Last Post: 07-08-2002, 06:12 PM