ostrat.gOne.s1p

package ostrat.gOne.s1p

Members list

Type members

Classlikes

case class G1SGame(var scen: G1SScen, guiCounters: RArr[Counter])

Simple Game manager for G2HScen. Contains the Scenario and sequence of counters controlled by the single GUI player

Simple Game manager for G2HScen. Contains the Scenario and sequence of counters controlled by the single GUI player

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class G1SGui(canv: CanvasPlatform, game: G1SGame, settings: G1SGuiSettings) extends SqSysGui

Graphical user interface for Game Two. It differs from the first in that it is on a square grid and adjacent moves take priority over diagonal tile steps.

Graphical user interface for Game Two. It differs from the first in that it is on a square grid and adjacent moves take priority over diagonal tile steps.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class SqSysGui
class TGridSysGui
trait CmdBarGui
trait CanvasUser
class Object
trait Matchable
class Any
Show all
case class G1SGuiSettings(view: SGView, counterSet: RArr[Counter])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object G1SLaunch extends GuiLaunchMore

Attributes

Supertypes
trait GuiLaunch
class Object
trait Matchable
class Any
Self type
G1SLaunch.type
trait G1SScen extends SqGridScen

Scenario trait for Game Two with Square tiles.

Scenario trait for Game Two with Square tiles.

Attributes

Companion
object
Supertypes
trait SqGridScen
trait GridTurnScen
class Object
trait Matchable
class Any
Known subtypes
object G1SScen1
object G1SScen2
object G1SScen3
object G1SScen

Companion object for TwoScen trait, contains factory apply method.

Companion object for TwoScen trait, contains factory apply method.

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
G1SScen.type
object G1SScen1 extends G1SqScenStart

Attributes

Supertypes
trait G1SScen
trait SqGridScen
trait GridTurnScen
class Object
trait Matchable
class Any
Show all
Self type
G1SScen1.type
object G1SScen2 extends G1SqScenStart

Attributes

Supertypes
trait G1SScen
trait SqGridScen
trait GridTurnScen
class Object
trait Matchable
class Any
Show all
Self type
G1SScen2.type
object G1SScen3 extends G1SqScenStart

Attributes

Supertypes
trait G1SScen
trait SqGridScen
trait GridTurnScen
class Object
trait Matchable
class Any
Show all
Self type
G1SScen3.type
trait G1SqScenStart extends G1SScen

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

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

Attributes

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