Books on Game Development

Programming, for all ages and all languages.
ATC
Member
Member
Posts: 45
Joined: Sun Jan 24, 2010 9:27 am

Re: Books on Game Development

Post by ATC »

Thomas wrote:[...] The point is, the entire thing is mainly for self-gratification. Finally I appreciate your concern both ATC and Andrew.
If anyone has further suggestions on books please feel free to mention it as well.
{Disclaimer : Please do excuse my poor English}
--Thomas
Ah, I see. I figured you may have had some serious plans by the large arsenal of books. :) If that's your goal then don't worry about time/restrictions as I spoke of it. But I still do think it wise, even for learning/fun, to keep some clear goals and dreams in mind and to work towards them at a solid and steady pace. I bet you're going to get addicted to game development and pursue something serious with it some day though! Just you watch! ;)

XNA really is great, and I love it. I just wish it wasn't totally Window-centric. Maybe that MonoXNA project will change things some day though, who knows. I hope they succeed. It's going to be tough though. If you ever peer into that API you will see it goes DEEP into Windows. So they must figure out how to mirror that on top of OpenGL and Mono. :shock: No trivial task. I think ReactOS has actually implemented/is compatible with DX though (I'd have to double check, but I know someone did). Sorry, a bit of off topic rambling... :lol: XNA will serve you very well though, and does me when I can use it. You may want to learn another API with it concurrently though, so your brain can be more "portable". ;) It's not too hard to do, you just have to learn the way the same thing is achieved on another API. Maybe try SlimDX or Tao.

Anyway, good luck and have fun! Your English in your last post read perfectly to me! So don't worry about it! 8)
There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence. - Jeremy S. Anderson
User avatar
AndrewAPrice
Member
Member
Posts: 2299
Joined: Mon Jun 05, 2006 11:00 pm
Location: USA (and Australia)

Re: Books on Game Development

Post by AndrewAPrice »

ATC wrote:Maybe that MonoXNA project will change things some day though, who knows. I hope they succeed.
You know you can install the Microsoft .Net framework and XNA under Wine and avoid Mono? Apparently this works as long as you have all the correct dependencies.
My OS is Perception.
User avatar
JackScott
Member
Member
Posts: 1031
Joined: Thu Dec 21, 2006 3:03 am
Location: Hobart, Australia
Contact:

Re: Books on Game Development

Post by JackScott »

I have "The Indie Game Development Survival Guide", which covers topics such as the indie game industry (obviously), game design, project management, financing and publishing games, as well as tips on what languages and libraries to use. Recommended if you ever want to design, develop and publish a game yourself.
User avatar
Thomas
Member
Member
Posts: 281
Joined: Thu Jun 04, 2009 11:12 pm

Re: Books on Game Development

Post by Thomas »

Hi,
Thanks JackScott!
--Thomas
ATC
Member
Member
Posts: 45
Joined: Sun Jan 24, 2010 9:27 am

Re: Books on Game Development

Post by ATC »

MessiahAndrw wrote:You know you can install the Microsoft .Net framework and XNA under Wine and avoid Mono? Apparently this works as long as you have all the correct dependencies.
No sir, I did not know that! :shock: I've heard of Wine and different things it could do, just never put 2 & 2 together. Very nice idea! I'll give it a try now that I have a real, non-virtual machine running Linux. :D
There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence. - Jeremy S. Anderson
Post Reply