Thread: A guide to start...plz

  1. #1
    Registered User
    Join Date
    Feb 2011
    Posts
    40

    A guide to start...plz

    Hello there;
    I was wondering if anyone could guide me to the whole game programming thing. I am really excited about this, but I dont know where to start, so if anyone could tell me about certain books because there are alot, and I dont know which one is good or which one assumes that I dont know anything, (which I dont, except for the C++ basics,).
    Thanks.

  2. #2

  3. #3
    Registered User
    Join Date
    Feb 2011
    Posts
    40
    Yes but these are C++ books, I need game programming, developing books.The last two links were not very useful.

  4. #4
    Programming Wraith GReaper's Avatar
    Join Date
    Apr 2009
    Location
    Greece
    Posts
    2,738
    Do what i did! Go here
    Devoted my life to programming...

  5. #5
    Registered User
    Join Date
    Aug 2003
    Posts
    1,218
    Quote Originally Posted by Blacky Ducky View Post
    Yes but these are C++ books, I need game programming, developing books.The last two links were not very useful.
    You will need more than just C++ basics to do advanced game programming. Start small and build your way up, start with tac tac toe text-based for instance, then maybe do a 4 in-a-row, and maybe a text-based rpg.

    Doing this will have two advantages, you will be making games (we all have to start somewhere) and they will advance your knowledge of c++ (vital).

    If you dive too deep too early you are just likely to bite off more than you can chew. Start small and work your way upwards.

    Pretty much any game programming book worth its pennies will assume you have a solid knowledge of your language of choice, be it C, C++ or some other language.

  6. #6
    Registered User
    Join Date
    Feb 2011
    Posts
    40
    Hi Shakti,
    I want to ask you, How far away from the basics should I know to start Game Programming ( I am studying from C++ for Dummies.)? Should I be studying from several books? ( If so, I need your recomendation).And finally, What is "tac tac toe text based"?....................Thanks

  7. #7
    Registered User
    Join Date
    Jan 2011
    Location
    Slovakia
    Posts
    21
    Hi Blacky Ducky, I'm new to C++ programming as well. Look in the games section here at other peoples code the tic tac toe game on here gave me a good start then writing my own version and extending the idea. Text-based tic tac toe is were the user enters the coordinates of their x or o placement. I went from tic tac toe to battleships to othello and pong before going to Win32 games.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Start program games
    By Livijn in forum C++ Programming
    Replies: 11
    Last Post: 04-18-2007, 11:01 AM
  2. C++ gui for windows where to start
    By prixone in forum Windows Programming
    Replies: 2
    Last Post: 12-16-2006, 11:48 PM
  3. GNOME Desktop won't start (Mandriva)
    By psychopath in forum Tech Board
    Replies: 10
    Last Post: 07-19-2006, 01:21 PM
  4. WHEN to start game programming
    By mrcheesypants in forum Game Programming
    Replies: 18
    Last Post: 02-02-2006, 04:09 PM
  5. start another program
    By lshome in forum C Programming
    Replies: 3
    Last Post: 06-24-2002, 01:48 PM