chorhatarahuduketuri / gc

GalacticConquest
0 stars 0 forks source link

Need a concept of turn ordering. #42

Closed chorhatarahuduketuri closed 5 years ago

chorhatarahuduketuri commented 6 years ago

This is dependent on #41 being merged.

Basically, there is no current deliberate ordering of whos actions get executed in what order. We should think about this, particularly in regards to who gets to be affected by what, or if everything happens at the same time?

adrianlshaw commented 6 years ago

Most actions won't be a problem because the view from each player is that things happen simultaneously per turn. The issue arises when two players compete for an exclusive resource simultaneously. Let's imagine two ships attempting to colonise the same system on the same turn.

A couple of strategies come to mind: a stats based strategy or a chance based strategy. A chance based strategy could be random each time, or based on a history of attempts. Stats based has issues as we don't want continual starvation of resources. I think random selection is the way to go until we can think of other factors we want to introduce.

chorhatarahuduketuri commented 5 years ago

As far as the MVP is concerned (which I think means this is limited only to combat), is this done @adrianlshaw ?

chorhatarahuduketuri commented 5 years ago

Done by other tickets.