ostrat.gOne.hp1

Members list

Concise view

Type members

Classlikes

case class G1HGui(canv: CanvasPlatform, scenStart: H1Scen, viewIn: HGView) extends HGridSysGui

Graphical user interface for Game One example game. Each player can move one hex tile step. Any move to a tile already containing a player or that one more than one player is attempting to move to fails.

Graphical user interface for Game One example game. Each player can move one hex tile step. Any move to a tile already containing a player or that one more than one player is attempting to move to fails.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class CmdBarGui
class Object
trait Matchable
class Any
object G1HLaunch extends GuiLaunchMore

Attributes

Graph
Supertypes
trait GuiLaunch
class Object
trait Matchable
class Any
Self type
object G1HScen1 extends H1Scen

1st example Turn 0 scenario state for Game One hex.

1st example Turn 0 scenario state for Game One hex.

Attributes

Graph
Supertypes
trait H1Scen
trait HSysScen
class Object
trait Matchable
class Any
Self type
object G1HScen10 extends H1Scen

10th example Turn 0 scenario state for Game One. Uses an HGridIrr

10th example Turn 0 scenario state for Game One. Uses an HGridIrr

Attributes

Graph
Supertypes
trait H1Scen
trait HSysScen
class Object
trait Matchable
class Any
Self type
object G1HScen2 extends H1Scen

2nd example Turn 0 scenario state for Game One hex.

2nd example Turn 0 scenario state for Game One hex.

Attributes

Graph
Supertypes
trait H1Scen
trait HSysScen
class Object
trait Matchable
class Any
Self type
object G1HScen3 extends H1Scen

3rd example Turn 0 scenario state for Game One hex.

3rd example Turn 0 scenario state for Game One hex.

Attributes

Graph
Supertypes
trait H1Scen
trait HSysScen
class Object
trait Matchable
class Any
Self type
object G1HScen4 extends H1Scen

2nd example Turn 0 scenario state for Game One.

2nd example Turn 0 scenario state for Game One.

Attributes

Graph
Supertypes
trait H1Scen
trait HSysScen
class Object
trait Matchable
class Any
Self type
object G1HScen7 extends H1Scen

3rd example Turn 0 scenario state for Game One.

3rd example Turn 0 scenario state for Game One.

Attributes

Graph
Supertypes
trait H1Scen
trait HSysScen
class Object
trait Matchable
class Any
Self type
object G1HScen8 extends H1Scen

8th example Turn 0 scenario state for Game One. An empty regular grid containing no hex tiles.

8th example Turn 0 scenario state for Game One. An empty regular grid containing no hex tiles.

Attributes

Graph
Supertypes
trait H1Scen
trait HSysScen
class Object
trait Matchable
class Any
Self type
object G1HScen9 extends H1Scen

9th example Turn 0 scenario state for Game One. An empty irregular grid containing no hex tiles.

9th example Turn 0 scenario state for Game One. An empty irregular grid containing no hex tiles.

Attributes

Graph
Supertypes
trait H1Scen
trait HSysScen
class Object
trait Matchable
class Any
Self type
object GSys

An object for defining HGridSyss which can be used in multiple example games.

An object for defining HGridSyss which can be used in multiple example games.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
GSys.type
trait H1Scen extends HSysTurnScen

A scenario turn or state for Game One. Consists of just a turn number and a tile Grid. Each tile can contain a single player or can be empty.

A scenario turn or state for Game One. Consists of just a turn number and a tile Grid. Each tile can contain a single player or can be empty.

Attributes

Companion:
object
Graph
Supertypes
trait HSysScen
class Object
trait Matchable
class Any
Known subtypes
object G1HScen1.type
object G1HScen10.type
object G1HScen2.type
object G1HScen3.type
object G1HScen4.type
object G1HScen7.type
object G1HScen8.type
object G1HScen9.type
object H1Scen

Companion object for OneScen trait, contains factory apply method.

Companion object for OneScen trait, contains factory apply method.

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
H1Scen.type