ostrat.gOne.s1p
package ostrat.gOne.s1p
Members list
Type members
Classlikes
Simple Game manager for G2HScen. Contains the Scenario and sequence of counters controlled by the single GUI player
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 Serializabletrait Producttrait Equalsclass SqSysGuiclass TGridSysGuitrait CmdBarGuitrait CanvasPanelledtrait CanvasUserclass Objecttrait Matchableclass AnyShow all
object G1SLaunch extends GuiLaunchMore
Attributes
- Supertypes
- 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
- Known subtypes
object G1SScen
object G1SScen1 extends G1SqScenStart
Attributes
- Supertypes
-
trait G1SqScenStarttrait G1SScentrait SqGridScentrait GridTurnScenclass Objecttrait Matchableclass AnyShow all
- Self type
-
G1SScen1.type
object G1SScen2 extends G1SqScenStart
Attributes
- Supertypes
-
trait G1SqScenStarttrait G1SScentrait SqGridScentrait GridTurnScenclass Objecttrait Matchableclass AnyShow all
- Self type
-
G1SScen2.type
object G1SScen3 extends G1SqScenStart
Attributes
- Supertypes
-
trait G1SqScenStarttrait G1SScentrait SqGridScentrait GridTurnScenclass Objecttrait Matchableclass AnyShow 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
- Known subtypes
In this article