package pZug
- Alphabetic
- Public
- Protected
Type Members
- sealed trait Action extends AnyRef
- trait Building extends ZugTerr
- case class Fire(roord: Roord) extends Action with Product with Serializable
- case class Move(roords: Roords) extends Action with Product with Serializable
- trait Polity extends PersistSingleton
- case class Squad(polity: Polity, roord: Roord, action: Action = NoAction) extends Product with Serializable
- case class ZPlayer(polities: Arr[Polity]) extends Product with Serializable
- case class ZugGui(canv: CanvasPlatform, scen: ZugScen) extends CmdBarGui with Product with Serializable
Uses the new simpler Gui for Grids.
- trait ZugScen extends AnyRef
- trait ZugTerr extends AnyRef
Value Members
- object Britain extends Polity
- object France extends Polity
- object Germany extends Polity
- case object Hill extends ZugTerr with Product with Serializable
- case object Lake extends ZugTerr with Product with Serializable
- object Move extends Serializable
- object NoAction extends Action
- case object Plain extends ZugTerr with Product with Serializable
- object PlayBritain extends ZPlayer
- object PlayGermany extends ZPlayer
- object PlayGermanyBritain extends ZPlayer
- object PlayGermanyFrance extends ZPlayer
- object Squad extends Serializable
- case object StoneBuilding extends Building with Product with Serializable
- case object WheatField extends ZugTerr with Product with Serializable
- case object WoodBuilding extends Building with Product with Serializable
- object Zug1 extends ZugScen
- object Zug2 extends ZugScen
- object Zug3 extends ZugScen