Any good books?

Whether you're a newbie or an experienced programmer, any questions, help, or just talk of any language will be welcomed here.

Moderator: Coders of Rage

Post Reply
User avatar
Pennywise
Chaos Rift Cool Newbie
Chaos Rift Cool Newbie
Posts: 55
Joined: Tue Sep 22, 2009 1:36 pm
Favorite Gaming Platforms: Megadrive(Genesis), Dreamcast, SNES, Nintendo 64
Programming Language of Choice: C, C++ and Java
Location: England

Any good books?

Post by Pennywise »

Hello :)

I was wondering if there is any good books on game development for total beginners. I have almost read all of my C++ Programming book and think it's time I think about a book on game development. Christmas is only about 2 months away.

What I really need is a book explaining all the concepts of game development and all that crap. I'm hoping for one that really explains everything in detail.

It would be nice to know what game development related books you learned from when you were noobs.

Thanks

PS: Sorry for the quite frequent question posts.
User avatar
avansc
Respected Programmer
Respected Programmer
Posts: 1708
Joined: Sun Nov 02, 2008 6:29 pm

Re: Any good books?

Post by avansc »

two books i have that are very good.

http://www.amazon.com/Core-Techniques-A ... 0131020099

good theory book.

http://www.amazon.com/Tricks-Programmin ... 0672318350

this one is a beast 1600 pages, probably the most complete book on the matter (note it uses directx). its a bit old, but still very nice. basically babies your though making a quake2 engine.
Some person, "I have a black belt in karate"
Dad, "Yea well I have a fan belt in street fighting"
User avatar
Pennywise
Chaos Rift Cool Newbie
Chaos Rift Cool Newbie
Posts: 55
Joined: Tue Sep 22, 2009 1:36 pm
Favorite Gaming Platforms: Megadrive(Genesis), Dreamcast, SNES, Nintendo 64
Programming Language of Choice: C, C++ and Java
Location: England

Re: Any good books?

Post by Pennywise »

Thanks avansc for those book suggestions ^^

Do you know of any books that explore the 2d game development concepts? I'm looking into making 2d games before reading a book on making a 3d Engine.
User avatar
avansc
Respected Programmer
Respected Programmer
Posts: 1708
Joined: Sun Nov 02, 2008 6:29 pm

Re: Any good books?

Post by avansc »

Pennywise wrote:Thanks avansc for those book suggestions ^^

Do you know of any books that explore the 2d game development concepts? I'm looking into making 2d games before reading a book on making a 3d Engine.
http://www.amazon.com/Advanced-Game-Dev ... 948&sr=1-1

http://www.amazon.com/Focus-Direct3D-Pr ... 898&sr=1-3

http://www.amazon.com/Isometric-Program ... 898&sr=1-1
Some person, "I have a black belt in karate"
Dad, "Yea well I have a fan belt in street fighting"
User avatar
Pennywise
Chaos Rift Cool Newbie
Chaos Rift Cool Newbie
Posts: 55
Joined: Tue Sep 22, 2009 1:36 pm
Favorite Gaming Platforms: Megadrive(Genesis), Dreamcast, SNES, Nintendo 64
Programming Language of Choice: C, C++ and Java
Location: England

Re: Any good books?

Post by Pennywise »

Them books are so bloody expensive in England but my book of choice looks like it might be Advanced 2d Game Development or Core Techniques and Algorithms in Game Programming.

Thanks again for your book suggestions avansc.
User avatar
Pennywise
Chaos Rift Cool Newbie
Chaos Rift Cool Newbie
Posts: 55
Joined: Tue Sep 22, 2009 1:36 pm
Favorite Gaming Platforms: Megadrive(Genesis), Dreamcast, SNES, Nintendo 64
Programming Language of Choice: C, C++ and Java
Location: England

Re: Any good books?

Post by Pennywise »

What do you guys think of reading the book Focus on SDL to learn to make games?
User avatar
Milch
Chaos Rift Junior
Chaos Rift Junior
Posts: 241
Joined: Sat Jul 11, 2009 5:55 am
Programming Language of Choice: C++
Location: Austria, Vienna

Re: Any good books?

Post by Milch »

Some weeks ago, this book was released
http://www.amazon.de/Game-Engine-Archit ... 913&sr=8-1

As far as I know most of it is theoretical. So no C/C++ exercises ;D
Follow me on twitter!
User avatar
Pennywise
Chaos Rift Cool Newbie
Chaos Rift Cool Newbie
Posts: 55
Joined: Tue Sep 22, 2009 1:36 pm
Favorite Gaming Platforms: Megadrive(Genesis), Dreamcast, SNES, Nintendo 64
Programming Language of Choice: C, C++ and Java
Location: England

Re: Any good books?

Post by Pennywise »

This book looks promising ^^

Thanks Milch :)
User avatar
hurstshifter
ES Beta Backer
ES Beta Backer
Posts: 713
Joined: Mon Jun 08, 2009 8:33 pm
Favorite Gaming Platforms: SNES
Programming Language of Choice: C/++
Location: Boston, MA
Contact:

Re: Any good books?

Post by hurstshifter »

Pennywise wrote:What do you guys think of reading the book Focus on SDL to learn to make games?

Focus on SDL is a good book to learn the SDL library, but really will not help you learn to make games. If it's SDL you are considering why don't you try the lazyfoo tutorials http://lazyfoo.net/SDL_tutorials/index.php
"Time is an illusion. Lunchtime, doubly so."
http://www.thenerdnight.com
User avatar
Milch
Chaos Rift Junior
Chaos Rift Junior
Posts: 241
Joined: Sat Jul 11, 2009 5:55 am
Programming Language of Choice: C++
Location: Austria, Vienna

Re: Any good books?

Post by Milch »

Dont forget reading the articles on Lazy Foo!
These also feature good stuff for game developement.
So you might also want to check these.
Follow me on twitter!
User avatar
Pennywise
Chaos Rift Cool Newbie
Chaos Rift Cool Newbie
Posts: 55
Joined: Tue Sep 22, 2009 1:36 pm
Favorite Gaming Platforms: Megadrive(Genesis), Dreamcast, SNES, Nintendo 64
Programming Language of Choice: C, C++ and Java
Location: England

Re: Any good books?

Post by Pennywise »

Thanks for all your help ^^
I look up Lazy Foo's tutorials to learn the SDL library.
Post Reply