The real-time-strategy tag has no wiki summary.
10
votes
2answers
284 views
Deterministic floating point and .NET
How can I guarantee that floating point calculations in a .NET application (say in C#) always produce the same bit-exact result? Especially when using different versions of .NET and running on ...
4
votes
2answers
364 views
2D RTS in Python?
I am a great python fan. Recently I got an idea to write RTS engine and/or maybe a simple RTS game based upon this engine. There are a couple of things I need to think about and maybe you can give me ...
2
votes
2answers
428 views
Are there any good RTS game engines?
Are there any good, free, frame works for a RTS game? Could be as simple as Dune 2 or complicated as War Craft III. I have heard about Spring, loved TA, but feel it may have a steep learning curve.
2
votes
6answers
2k views
RTS AI: where to start?
I'd like to begin tinkering around with an RTS AI, but I'm having trouble finding a good environment to work with, ie a game that has been already created. I have looked at Spring RTS and Bos Wars, ...