views:

148

answers:

1

Can anyone recommend a strategy game engine for the .net framework. I downloaded XNA, but it is way beyond my needs. I just want to create a turn based strategy game. I have searched and searched, but all I cannnot find any examples. I have asked for something similiar before, but have not gotten any good answers.

+1  A: 

If the problem is that XNA doesn't do what yo want, TorqueX 2D looks like the closest you will come to an out-of-the-box solution for .NET.

If the problem is that XNA is overkill for your needs, feel free to ignore overly complicated features and work at a lower level of abstraction. For example, I recall that lots of the XNA API mirrors DirectX.

Evan Rogers
It is hard to know what is complicated. There is no tutorials on how to do this.
Fred F.