WW1Scen

ostrat.pww1.WW1Scen
trait WW1Scen extends HSysTurnScen

Scenario for WW1 game.

Attributes

Graph
Supertypes
trait HSysTurnScen
trait GridTurnScen
trait HSysScen
class Object
trait Matchable
class Any
Show all
Known subtypes
object WW1Scen1
object WW1Scen2
Self type

Members list

Value members

Concrete methods

def endTurn(orderList: HCenStepPairArr[Lunit]): WW1Scen
def title: String

Inherited methods

def defaultView(pxScale: Double): HGView

Attributes

Inherited from:
HSysScen
def turn: Int

The turn number. This will normally start at 0. The player will then give their instructions for turn 1. The scenario will take these orders / instructions and return the new game state at turn 1.

The turn number. This will normally start at 0. The player will then give their instructions for turn 1. The scenario will take these orders / instructions and return the new game state at turn 1.

Attributes

Inherited from:
GridTurnScen

Implicits

Inherited implicits

implicit def gridSys: HGridSys

Attributes

Inherited from:
HSysScen