Page 2 of 2

Re: Books on Game Development

Posted: Mon Feb 01, 2010 2:10 pm
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)

Re: Books on Game Development

Posted: Tue Feb 02, 2010 1:19 am
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.

Re: Books on Game Development

Posted: Thu Feb 04, 2010 7:53 pm
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.

Re: Books on Game Development

Posted: Fri Feb 12, 2010 6:47 am
by Thomas
Hi,
Thanks JackScott!
--Thomas

Re: Books on Game Development

Posted: Fri Feb 12, 2010 2:25 pm
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