ostrat.dless

package ostrat.dless

A diceless game set in 1900, at a 320km scale.

Attributes

Members list

Type members

Classlikes

case class Army(nation: Nation, num: Int) extends Coloured

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Coloured
class Object
trait Matchable
class Any
Show all
object Austria extends Nation

Attributes

Supertypes
trait Nation
trait NationOpt
trait Coloured
class Object
trait Matchable
class Any
Show all
Self type
Austria.type
object Britain extends Nation

Attributes

Supertypes
trait Nation
trait NationOpt
trait Coloured
class Object
trait Matchable
class Any
Show all
Self type
Britain.type
case class DLessGame(var scen: DLessScen, guiNations: RArr[Nation])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
class DLessGui(val canv: CanvasPlatform, val game: DLessGame, val settings: DLessSettings) extends EGridBaseGui

Graphical User Interface for DLessScen.

Graphical User Interface for DLessScen.

Attributes

Companion
object
Supertypes
class EGridBaseGui
class HGridSysGui
trait CmdBarGui
trait CanvasUser
class Object
trait Matchable
class Any
Show all
object DLessGui

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
DLessGui.type
object DLessLaunch extends GuiLaunchMore

Scenario selector and launcher for DLess.

Scenario selector and launcher for DLess.

Attributes

Supertypes
trait GuiLaunch
class Object
trait Matchable
class Any
Self type
trait DLessScen extends HSysTurnScen

Scenario trait for Diceless.

Scenario trait for Diceless.

Attributes

Supertypes
trait HSysTurnScen
trait GridTurnScen
trait HSysScen
class Object
trait Matchable
class Any
Show all
Known subtypes
object DLessScen1
object DLessScen2
Self type
object DLessScen1 extends DLessScen

The main scenario for Diceless.

The main scenario for Diceless.

Attributes

Supertypes
trait DLessScen
trait HSysTurnScen
trait GridTurnScen
trait HSysScen
class Object
trait Matchable
class Any
Show all
Self type
DLessScen1.type
object DLessScen2 extends DLessScen

2nd scenario for Diceless. Might have some use.

2nd scenario for Diceless. Might have some use.

Attributes

Supertypes
trait DLessScen
trait HSysTurnScen
trait GridTurnScen
trait HSysScen
class Object
trait Matchable
class Any
Show all
Self type
DLessScen2.type
case class DLessSettings(view: HGView, counterSet: RArr[Nation], isFlat: Boolean)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object France extends Nation

Attributes

Supertypes
trait Nation
trait NationOpt
trait Coloured
class Object
trait Matchable
class Any
Show all
Self type
France.type
object Germany extends Nation

Attributes

Supertypes
trait Nation
trait NationOpt
trait Coloured
class Object
trait Matchable
class Any
Show all
Self type
Germany.type
object Italy extends Nation

Attributes

Supertypes
trait Nation
trait NationOpt
trait Coloured
class Object
trait Matchable
class Any
Show all
Self type
Italy.type
trait Nation extends NationOpt

Attributes

Supertypes
trait NationOpt
trait Coloured
class Object
trait Matchable
class Any
Known subtypes
object Austria
object Britain
object France
object Germany
object Italy
object Neutral
object Ottoman
object Russia
object Spain
Show all
object NationLess extends NationOpt

Attributes

Supertypes
trait NationOpt
trait Coloured
class Object
trait Matchable
class Any
Self type
NationLess.type
trait NationOpt extends Coloured

Attributes

Supertypes
trait Coloured
class Object
trait Matchable
class Any
Known subtypes
trait Nation
object Austria
object Britain
object France
object Germany
object Italy
object Neutral
object Ottoman
object Russia
object Spain
object NationLess
Show all
object Neutral extends Nation

Attributes

Supertypes
trait Nation
trait NationOpt
trait Coloured
class Object
trait Matchable
class Any
Show all
Self type
Neutral.type
object Ottoman extends Nation

Attributes

Supertypes
trait Nation
trait NationOpt
trait Coloured
class Object
trait Matchable
class Any
Show all
Self type
Ottoman.type
object Russia extends Nation

Attributes

Supertypes
trait Nation
trait NationOpt
trait Coloured
class Object
trait Matchable
class Any
Show all
Self type
Russia.type
object Spain extends Nation

Attributes

Supertypes
trait Nation
trait NationOpt
trait Coloured
class Object
trait Matchable
class Any
Show all
Self type
Spain.type

Value members

Concrete methods