Are there any good and free C++ Game Programming eBooks for beginners? A PDF would be the best format.

link|improve this question

feedback

6 Answers

up vote 8 down vote accepted

Check out Gamedev.net they are a real treasure trove of game development.

link|improve this answer
feedback

Take a look at this question (Particularly the highest-voted answer): http://stackoverflow.com/q/194812/289380

It has a huge list of free programming resources (Including some C resources).

link|improve this answer
feedback

This tutorial series shows you how to create an old school shoot'em'up with C++ and SDL.

link|improve this answer
Is the code yours? – Secko Nov 16 '09 at 3:05
feedback

If you're learning SDL I highly recommend this one: Lazy Foo

link|improve this answer
feedback

Here's the OpenGl tutorial I recommend. Remember when modelling animals natural anatomies for instance some creatures have anatomies both forward and backward, look at a fourlegged creature and half knees often are opposite directions, front legs backward knees, backlegs forward knees.

link|improve this answer
1  
Uhhh...say what? – Drew Hall Nov 16 '09 at 3:16
eventdriven is the name and most difficult is natural representations for instance a polar bear or a unicorn or horse, all knees don't go same way which is what your tech manual didn't say – Nick Rosencrantz Nov 19 '09 at 3:53
feedback

Try, Scribd!

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.