Thread: Need help from experts to start game programming

  1. #1
    Registered User
    Join Date
    Aug 2005
    Posts
    7

    Need help from experts to start game programming

    First of all hi,

    I'm not a complete noob since I started to learn some C++ a few months ago. my will to learn lasted for a few weeks and when i decided to come back i had to relearn some basic stuff like loops,... in C++. But since m goal is to create games, I think I should focus on this part of programming.
    I'd like to know where to start from? How can I use opengl or directX in C++(by the way i use Dev C++, and i have a computer at my disposition at all times ) ?
    What are the basics to make a game ? even games like tetris would be nice for a start. I don't have too optimistic goals like making a Half Life 3.
    I know there are many game programmers out there and I'd like them to tell me how to start all of this business? like give me a plan ex first learn C++ basics, then some Opengl,...

    Thanks for your help and happy programming to all

  2. #2
    the Great ElastoManiac's Avatar
    Join Date
    Nov 2005
    Location
    Republika Srpska - Balkan
    Posts
    377
    Learn Windows & DirectX that's all you'l ever need.
    There are many tutors on web...
    lu lu lu I've got some apples lu lu lu You've got some too lu lu lu Let's make some applesauce Take off our clothes and lu lu lu

  3. #3
    Registered User
    Join Date
    Nov 2005
    Posts
    673
    >>Learn Window & DirectX that's all youll ever need.
    How is that all youll ever need? unless you use textures,sound, and such from the net you need to create those as well. but you can take most from other games as long as you dont sell it.

  4. #4
    the Great ElastoManiac's Avatar
    Join Date
    Nov 2005
    Location
    Republika Srpska - Balkan
    Posts
    377
    Well I thougt about programming. That's all you'l ever need in programming.
    And it's hard to be good programmer if you'r a 3d artist at the same time, Althought thats
    linked to each other a litle bit.
    lu lu lu I've got some apples lu lu lu You've got some too lu lu lu Let's make some applesauce Take off our clothes and lu lu lu

  5. #5
    Registered User
    Join Date
    Nov 2005
    Posts
    673
    Oh I see what your saying. Yes it would be rather difficult. but possible. I know how to make textures and program but I dont know how to do both very well lol. They are linked because you have to use Programming to get anything to show onscreen. but anyway we both see eachothers points.

  6. #6
    the Great ElastoManiac's Avatar
    Join Date
    Nov 2005
    Location
    Republika Srpska - Balkan
    Posts
    377
    Quote Originally Posted by Raigne
    we both see eachothers points.
    yes.
    lu lu lu I've got some apples lu lu lu You've got some too lu lu lu Let's make some applesauce Take off our clothes and lu lu lu

  7. #7
    Computer guy
    Join Date
    Sep 2005
    Location
    I'm lost!!!
    Posts
    200
    Quote Originally Posted by cader
    First of all hi,

    I'm not a complete noob since I started to learn some C++ a few months ago. my will to learn lasted for a few weeks and when i decided to come back i had to relearn some basic stuff like loops,... in C++. But since m goal is to create games, I think I should focus on this part of programming.
    I'd like to know where to start from? How can I use opengl or directX in C++(by the way i use Dev C++, and i have a computer at my disposition at all times ) ?
    What are the basics to make a game ? even games like tetris would be nice for a start. I don't have too optimistic goals like making a Half Life 3.
    I know there are many game programmers out there and I'd like them to tell me how to start all of this business? like give me a plan ex first learn C++ basics, then some Opengl,...

    Thanks for your help and happy programming to all
    Well, you should keep on learning C++ because OpenGL and DirectX use class, struct, loop same as C++. When you're really know what is going on in C++, move on.

    - I don't think tetris is a good idea to start. It may looks easy but not. The blocks are the most challenging thing in that game. I would start with breakout game. If you really want to jump ahead, nehe.gamedev.net has all the answers for OpenGL. well, good luck
    Hello, testing testing. Everthing is running perfectly...for now

  8. #8

    Join Date
    May 2005
    Posts
    1,042
    I'm not immature, I'm refined in the opposite direction.

  9. #9
    Registered User
    Join Date
    Aug 2005
    Posts
    7
    thanks

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Adventures in labyrinth generation.
    By guesst in forum Game Programming
    Replies: 8
    Last Post: 10-12-2008, 01:30 PM
  2. craps game & dice game..
    By cgurl05 in forum C Programming
    Replies: 3
    Last Post: 03-25-2006, 07:58 PM
  3. Where do i start game programming
    By knight543 in forum Game Programming
    Replies: 12
    Last Post: 01-11-2002, 10:23 AM
  4. Easiest 'real' game to start with...
    By Leeman_s in forum Game Programming
    Replies: 9
    Last Post: 01-03-2002, 01:52 PM
  5. Easiest 'real' game to start with...
    By Leeman_s in forum C++ Programming
    Replies: 9
    Last Post: 01-02-2002, 11:29 AM