Search Results

3
votes
6answers
189 views

Insightful resources for game engine architecture?

I am looking for resources that describe, in detail, the design decisions involved in game engine architecture. I am especially looking for analysis of the pros and cons of different design decisio …
5
votes

Suggested gaming platform to learn - Direct X (C++), Open GL or XNA

If your nephew enjoys C++ and is interested in continuing to use it, (which I would advise if he plans on a career in the game industry) he should probably not start with XNA. If he is looking for …
4
votes

What’s the best toolkit for doing 2d game programming with Python?

A blog post covering several of the alternatives, including PyGame, …