G2SqScen

ostrat.gTwo.s2p.G2SqScen
See theG2SqScen companion object
trait G2SqScen extends SqGridScen

A scenario turn or state for Game Three. Adds in multiple turn orders which are now part of the game state.

Attributes

Companion
object
Graph
Supertypes
trait SqGridScen
trait GridTurnScen
class Object
trait Matchable
class Any
Known subtypes
object G2SScen1
object G2SScen2
object G2SScen3

Members list

Value members

Abstract methods

An optional player can occupy each tile. This is the only tile data in the game.

An optional player can occupy each tile. This is the only tile data in the game.

Attributes

Concrete methods

override def title: String

Attributes

Definition Classes

Inherited methods

def defaultView(pxScale: Double): SGView

Attributes

Inherited from:
SqGridScen
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 val gridSys: SqGridSys

This gives the structure of the square grid. It contains no data about the elements of the grid. But it allows the scenario to create and operate on flat arrays of data.

This gives the structure of the square grid. It contains no data about the elements of the grid. But it allows the scenario to create and operate on flat arrays of data.

Attributes

Inherited from:
SqGridScen