Menu

#119 HQ- Grand Strategy Implementation

4.0
open
hfuet
HQ (2)
2013-08-13
2013-08-13
hfuet
No

We must implement sort of state machine which will let us coordinate different aspects of empire managemnt according to game situation. It will require usage of Bridge Design pattern to aggregate all elements into single customizable component.
Grand Strategy is determined mainly by associated Military Doctrine. Current Doctrines are:

  • Capital Defense Preparation (peace time)
  • Empire Defense Preparation (peace time)
  • Capital Last Stand (war time)
  • Limited War (war time)
  • Total War (war time)

The Grand Strategy must take into account:

  • military doctrine
  • unit production strategy
  • Government form
  • supply manager behavior
  • units integration strategy
  • tax rate-> we can save some money for Emergency CityWalls construction

  • diplomacy

  • colonization (intensive during peace? stopped during war time?)
  • research (Military Research)
  • emphasize exploted locations (production during war time?)

Discussion

  • hfuet

    hfuet - 2013-08-13
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -7,6 +7,7 @@
    
     - Total War (war time)
    
      We  Grand Strategy must take into account:
    +
    
     - military doctrine 
     - unit production strategy
     - Government form
    
     
  • hfuet

    hfuet - 2013-08-13
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -6,7 +6,7 @@
    
     - Limited War (war time)
     - Total War (war time)
    
    
    - We  Grand Strategy must take into account:
    + The Grand Strategy must take into account:
    
    
     - military doctrine 
     - unit production strategy
    @@ -16,7 +16,6 @@
     - tax rate-> we can save some money for Emergency CityWalls construction
    
    
     - diplomacy
    -- colonization (intensywna? wstrzymana z względu na wojnę?)
    -
    +- colonization (intensive during peace? stopped during war time?)
     - research (Military Research)
    -- emphasize w miastach
    +- emphasize exploted locations (production during war time?)
    
     
  • hfuet

    hfuet - 2013-08-13
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,5 +1,6 @@
     We must implement sort of state machine which will let us coordinate different aspects of empire managemnt according to game situation. It will require usage of Bridge Design pattern to aggregate all elements into single customizable component.
     Grand Strategy is determined mainly by associated Military Doctrine. Current Doctrines are:
    +
    
     - Capital Defense Preparation (peace time)
     - Empire Defense Preparation (peace time)
     - Capital Last Stand (war time)
    
     

Log in to post a comment.