G1SqScenStart

ostrat.gOne.s1p.G1SqScenStart
trait G1SqScenStart extends G1SScen

This trait just puts the value 0 in for the turn.

Attributes

Graph
Supertypes
trait G1SScen
trait SqGridScen
trait GridTurnScen
class Object
trait Matchable
class Any
Show all
Known subtypes
object G1SScen1
object G1SScen2
object G1SScen3

Members list

Value members

Inherited methods

Attributes

Inherited from:
G1SScen

An optional player can occupy each tile. This is the only tile data in the game. this is the same as Game one.

An optional player can occupy each tile. This is the only tile data in the game. this is the same as Game one.

Attributes

Inherited from:
G1SScen
def defaultView(pxScale: Double): SGView

Attributes

Inherited from:
SqGridScen

Contains the resolution logic. The actions are presumed to be correct. Combining and checking of actions should be done before calling this method.

Contains the resolution logic. The actions are presumed to be correct. Combining and checking of actions should be done before calling this method.

Attributes

Inherited from:
G1SScen
override def title: String

Attributes

Definition Classes
Inherited from:
G1SScen

Concrete fields

override val 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

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