Easy to Create Game Engine
the last year. I write game with C++.Net 2003 and DirectX SDK 9.0c. I have sourcecode 30,000 line. I think if I use template and change only variable. It easy ? sure it easy
It's Concept
I have 2 part
1. GUI -> save file to XML
2. Process -> read XML to generate source code and compile
part 1
this GUI it have config in game and save file format in XML
Part 2
use Nvelocity or Codesmith for Generate XML and generate to source code . after use Nant for compile and copy file other to directory
finally
it easy to make game but it in large game . Process is complexly and hardly. You must coding yourself.

