Thread: Game programming books

  1. #1
    Andrewtc
    Guest

    Question Game programming books

    Can anyone reconmend any good game programming books using Microsoft Visual C++?

    Cheers

  2. #2
    Banned
    Join Date
    Jan 2003
    Posts
    1,708
    OpenGL Game Programming

    by kevin hawkins and dave astle

    very good book, i own it

    also check the sticky at the top of this forum

  3. #3
    Registered User dalek's Avatar
    Join Date
    May 2003
    Posts
    135
    Depends on the type of games you want to program, but a very good book is "Data Structures for Game Programmers" by Ron Penton. It wont teach you to much about how to do graphics or any particular type of game, but it goes into all of those useful data structures like linked lists, trees, graphs, hash tables etc and explains their applications, strengths and weaknesses within games.

    Very interesting reading.

  4. #4
    Registered User Nutshell's Avatar
    Join Date
    Jan 2002
    Posts
    1,020
    But i think the above book should be purchased only after reading introductory game programming books like Tricks.

  5. #5
    Registered User dalek's Avatar
    Join Date
    May 2003
    Posts
    135
    But i think the above book should be purchased only after reading introductory game programming books like Tricks.
    Yeah. Good call. While it is an excellent book, it is probably more relevant to someone who has written a game already and is looking for a way to expand or optimise it in some way.

  6. #6
    ‡ †hë Ö†hÈr sîÐè ‡ Nor's Avatar
    Join Date
    Nov 2001
    Posts
    299
    if your a totally new to programming you should try Game programming All In One by Bruno Miguel something
    its basicly a crash course in c++ and direct x.
    for 2d gaves only.... but shows you the bases of what you need to start learning 3d programming.

    also recommend 3D Terrain programming by Trent Polack, once your ready for 3d.

    both these come from the Game Development Series and are very good reads.

    http://www.gamedev.net/ - my fav place in the world!!!
    Try to help all less knowledgeable than yourself, within
    the limits provided by time, complexity and tolerance.
    - Nor

  7. #7
    The Defective GRAPE Lurker's Avatar
    Join Date
    Feb 2003
    Posts
    949

    Re: Game programming books

    Originally posted by Andrewtc
    Can anyone reconmend any good game programming books using Microsoft Visual C++?

    Cheers
    Most game programming books wont pile tons of code on you, instead they'll get your mind into the "way of the game programmer". Just to let you know .
    Do not make direct eye contact with me.

  8. #8
    Registered User
    Join Date
    Oct 2002
    Posts
    118
    I used the book "Trick's Of The Windows Game Programming Guru's" by Andre Lamoth. It uses DirectX 7, but is perfect for learning. I didn't know anything about programming games, although I had experience with C for about six months, and that's it. From just using that book, plus a few tutorials on the net, I now have a 2D RPG engine, and am well on my way to finishing it. I can't say enough about this book. It's easy to understand, and doesn't expect you to know too much. If you can afford the $70.00 or so the book costs (canadian funds) then buy it. Im sure you won't be disapointed.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. how do the game engine and the api interact?
    By Shadow12345 in forum Game Programming
    Replies: 9
    Last Post: 12-08-2010, 12:08 AM
  2. 20q game problems
    By Nexus-ZERO in forum C Programming
    Replies: 24
    Last Post: 12-17-2008, 05:48 PM
  3. Game programming books
    By swgh in forum Game Programming
    Replies: 3
    Last Post: 04-13-2006, 11:17 PM
  4. Game Programming Books
    By Death_Wraith in forum Game Programming
    Replies: 13
    Last Post: 06-10-2004, 10:34 AM
  5. Game Programmer's AIM Circle: Join Today
    By KingZoolerius66 in forum A Brief History of Cprogramming.com
    Replies: 28
    Last Post: 12-20-2003, 12:12 PM