ThreeScen3

ostrat.gThree.ThreeScen3$
object ThreeScen3 extends ThreeScen

2nd Scenario of Game Four. Has a larger number of hexs.

Attributes

Graph
Supertypes
class ThreeScen
trait HGridScen
trait HSysScen
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Inherited methods

def defaultView(pxScale: Double): HGView

Attributes

Inherited from:
HSysScen

Resolves turn. Takes a list RArr of commands consisting in this simple case of (Player, HStep) pairs. The command is passed in as a relative move. This is in accordance with the principle in more complex games that the entity issuing the command may not know its real location.

Resolves turn. Takes a list RArr of commands consisting in this simple case of (Player, HStep) pairs. The command is passed in as a relative move. This is in accordance with the principle in more complex games that the entity issuing the command may not know its real location.

Attributes

Inherited from:
ThreeScen

Attributes

Inherited from:
ThreeScen

Concrete fields

override val terrs: HCenLayer[Terr]

tile terrain.

tile terrain.

Attributes

Inherited fields

val turn: Int

Attributes

Inherited from:
ThreeScen

Implicits

Implicits

implicit override val gridSys: HGrid

This gives the structure of the hex grid system. 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 hex grid system. 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