#10 in Game programming books
Use arrows to jump to the previous/next product

Reddit mentions of Beginning Game Programming

Sentiment score: 3
Reddit mentions: 4

We found 4 Reddit mentions of Beginning Game Programming. Here are the top ones.

Beginning Game Programming
Buying options
View on Amazon.com
or
    Features:
  • Used Book in Good Condition
Specs:
Height9.25 Inches
Length7.75 Inches
Number of items1
Weight1.99959271634 Pounds
Width1.25 Inches

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Found 4 comments on Beginning Game Programming:

u/Know_that_feel_bro · 3 pointsr/gamedev

(This specifically addresses which library/engine you should use) I may be unreasonable, but I have this need to build as much of my code as I can by myself, which is why I find DirectX so useful. It is not too difficult to get into, and with the right book you can start building up an arsenal of basic functions. Then, once you want to start building larger projects you can build your own game engine, that is designed exactly how you think it should, because you made it and not someone else. I've heard OpenGL is good too, though I've never tried it.
boldTL:DR bold Use DirectX/OpenGL if you want.

u/JuiceShepp · 2 pointsr/learnprogramming

You may be interested in this book by Jonathan Harbour. I read the Java one and found it to be quite a useful introduction; the one I linked is the C++ version, and uses DirectX.

u/Teflon_Samurai · 2 pointsr/learnprogramming

Newer consoles also have multicore processing. Therefore threading.
Also, this book is a great intro to programming book that uses a variant of BASIC for its language. The whole book is also a journey towards building a version of brickbreaker, so you'll be able to apply a lot of the same principles to PONG!

u/logicalinsanity · 1 pointr/gamedev

I still have the first edition of Beginning Game Programming. Great book that teaches the basics of c++ using a "game programming" theme. :)