ostrat.pchess.pdraughts

Members list

Type members

Classlikes

sealed trait DarkDraught extends Draught

Attributes

Supertypes
trait Draught
trait TellSimple
trait Tell
trait Persist
class Object
trait Matchable
class Any
Show all
Known subtypes
object DarkKing
object DarkMan
object DarkKing extends King, DarkDraught

Attributes

Supertypes
trait DarkDraught
trait King
trait Draught
trait TellSimple
trait Tell
trait Persist
class Object
trait Matchable
class Any
Show all
Self type
DarkKing.type
object DarkMan extends Man, DarkDraught

Attributes

Supertypes
trait DarkDraught
trait Man
trait Draught
trait TellSimple
trait Tell
trait Persist
class Object
trait Matchable
class Any
Show all
Self type
DarkMan.type
sealed trait Draught extends TellSimple

Attributes

Supertypes
trait TellSimple
trait Tell
trait Persist
class Object
trait Matchable
class Any
Show all
Known subtypes
trait DarkDraught
object DarkKing
object DarkMan
trait King
object LightKing
trait LightDraught
object LightMan
trait Man
Show all
case class DraughtsGui(canv: CanvasPlatform, scen: DraughtsScen) extends CmdBarGui

2D Graphical display for Draughts / Checkers game.

2D Graphical display for Draughts / Checkers game.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait CmdBarGui
trait CanvasUser
class Object
trait Matchable
class Any
Show all
object DraughtsLaunch extends GuiLaunchMore

Attributes

Supertypes
trait GuiLaunch
class Object
trait Matchable
class Any
Self type
trait DraughtsScen extends ChessLikeScen

Attributes

Supertypes
trait SqGridScen
trait GridTurnScen
class Object
trait Matchable
class Any
Show all
Known subtypes
object DraughtsStart
object DraughtsStart extends DraughtsScen

Attributes

Supertypes
trait DraughtsScen
trait SqGridScen
trait GridTurnScen
class Object
trait Matchable
class Any
Show all
Self type
sealed trait King extends Draught

Attributes

Supertypes
trait Draught
trait TellSimple
trait Tell
trait Persist
class Object
trait Matchable
class Any
Show all
Known subtypes
object DarkKing
object LightKing
sealed trait LightDraught extends Draught

Attributes

Supertypes
trait Draught
trait TellSimple
trait Tell
trait Persist
class Object
trait Matchable
class Any
Show all
Known subtypes
object LightKing
object LightMan
object LightKing extends King, LightDraught

Attributes

Supertypes
trait LightDraught
trait King
trait Draught
trait TellSimple
trait Tell
trait Persist
class Object
trait Matchable
class Any
Show all
Self type
LightKing.type
object LightMan extends Man, LightDraught

Attributes

Supertypes
trait LightDraught
trait Man
trait Draught
trait TellSimple
trait Tell
trait Persist
class Object
trait Matchable
class Any
Show all
Self type
LightMan.type
sealed trait Man extends Draught

Attributes

Supertypes
trait Draught
trait TellSimple
trait Tell
trait Persist
class Object
trait Matchable
class Any
Show all
Known subtypes
object DarkMan
object LightMan