The turn-based-strategy tag has no wiki summary.
11
votes
2answers
3k views
Complex Game AI for Turn-based Strategy Games
I'm doing some research for a turn-based Strategy game project and looking for good resources on this topic. The game is a typical war game where countries can fight each other, deploy units and have ...
5
votes
3answers
456 views
Determining the probability of a successful attack based on the equipped weapon?
Take this example, a player has a sword composed of the handle and a blade. Together, they generate a strength of X and that combination adds qualitative attributes (induce more damage to fire ...
6
votes
1answer
956 views
How to design and implement turn-based system? [duplicate]
Possible Duplicate:
How to implement turn-based game engine?
I am considering making a game like Master of Orion but I don't know how to start with turn-based systems. If any of you played ...