G4HScen

ostrat.gFour.hp4.G4HScen
See theG4HScen companion object
abstract class G4HScen(val turn: Int) extends HGridScen

Example Game three scenario trait.

Attributes

Companion
object
Graph
Supertypes
trait HGridScen
trait HSysScen
class Object
trait Matchable
class Any
Known subtypes
object FourScen1
object FourScen2
object FourScen3
object FourScen4

Members list

Value members

Abstract methods

tile terrain.

tile terrain.

Attributes

Inherited methods

def defaultView(pxScale: Double): HGView

Attributes

Inherited from:
HSysScen

Concrete fields

val turn: Int

Implicits

Inherited implicits

implicit override def 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

Definition Classes
Inherited from:
HGridScen