Link Tip For Game Architecture Design

November 20th, 2008 by Juuso
Posted in Game Development

Those pondering what kind of architecture (code design) their game should have, might benefit from checking out GameArchitect.net. Good stuff there.

Don't miss the good stuff

Get hints and tips to become a better producer. Join the mailing list and get yourself the special resources that won't be available anywhere else (for starters, I'll send you two ebooks about game production and advertisement).
Your email:

Related Posts

» Ask Game Producer: Would a Simple MMORPG Engine Be Doable by One Person?
» Nice Productivity Tip I Saw (Beats Inaction 6-0)
» Check Your Website Links
» Challenge #13: Your Best Tip for Better Game Production
» Security by ‘Messing Up Your Chat Messages’
» How to Make a Business Offer

4 Responses to “Link Tip For Game Architecture Design”

  1. Lumooja Says:

    They said on gamearchitect.net: “Good middleware gives you source. Despite the previous point, having access to the source for any middleware package is a must.”

    I think they haven’t seen the approach of Leadwerks Engine yet. There you don’t need the source, indeed you couldn’t do anything useful with it, since it’s way too complicated to understand, and changing something would most likely break something else. A well designed command set like in Leadwerks Engine, elimated the need for a source code. The API is flexible enough for all kind of needs, and with the existing commands you can create your own commands and expand the API, also then you don’t need the source code.

  2. Regik Says:

    When I see middleware with the source included, I stay away, because it means if I have a problem they will expect me to trawl through tons of other peoples’ code instead of fixing it themselves.

  3. Pieter Says:

    Interesting blog, thanks for the pointer. However, the link in this blog post is broken. Change herf to href and everything should be fine and clickable. :)

    As for having access to source code, I usually prefer it, just in case I need that kind of access.

  4. Juuso Hietalahti Says:

    Thanks, fixed.

Leave a Reply

Get your avatar image - click here



If this is the first time you post, your comment will be moderated.