ostrat.pDung

package ostrat.pDung

Members list

Concise view

Type members

Classlikes

object CharacA extends Character

Attributes

Graph
Supertypes
class Character
trait ShowNoDec
trait Show
trait TypeStr
class Object
trait Matchable
class Any
Self type
CharacA.type
object CharacB extends Character

Attributes

Graph
Supertypes
class Character
trait ShowNoDec
trait Show
trait TypeStr
class Object
trait Matchable
class Any
Self type
CharacB.type
case class CharacState(charac: Character, facing: SqDirn)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object CharacY extends Character

Attributes

Graph
Supertypes
class Character
trait ShowNoDec
trait Show
trait TypeStr
class Object
trait Matchable
class Any
Self type
CharacY.type
object CharacZ extends Character

Attributes

Graph
Supertypes
class Character
trait ShowNoDec
trait Show
trait TypeStr
class Object
trait Matchable
class Any
Self type
CharacZ.type
class Character(val iden: Char, val faction: Faction) extends ShowSimple

Attributes

Graph
Supertypes
trait ShowNoDec
trait Show
trait TypeStr
class Object
trait Matchable
class Any
Known subtypes
object CharacA.type
object CharacB.type
object CharacY.type
object CharacZ.type
object DungLaunch extends GuiLaunchMore

Attributes

Graph
Supertypes
trait GuiLaunch
class Object
trait Matchable
class Any
Self type
sealed trait DungTerr extends AnyRef with ShowSimple

Attributes

Graph
Supertypes
trait ShowNoDec
trait Show
trait TypeStr
class Object
trait Matchable
class Any
Known subtypes
object Open.type
object Wall.type
object Dungeon1 extends DungeonScen

Scenario 1 example for Dungeon game.

Scenario 1 example for Dungeon game.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
case class DungeonGui(canv: CanvasPlatform, scen: DungeonScen) extends CmdBarGui

This uses the new Gui.

This uses the new Gui.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class CmdBarGui
class Object
trait Matchable
class Any

Dungeon game scenario.

Dungeon game scenario.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Dungeon1.type
object Fact1 extends Faction

Attributes

Graph
Supertypes
class Faction
trait ShowNoDec
trait Show
trait TypeStr
class Object
trait Matchable
class Any
Self type
Fact1.type
object Fact2 extends Faction

Attributes

Graph
Supertypes
class Faction
trait ShowNoDec
trait Show
trait TypeStr
class Object
trait Matchable
class Any
Self type
Fact2.type
sealed class Faction(val str: String, val colour: Colour) extends ShowSimple

Attributes

Graph
Supertypes
trait ShowNoDec
trait Show
trait TypeStr
class Object
trait Matchable
class Any
Known subtypes
object Fact1.type
object Fact2.type
object Open extends DungTerr

Attributes

Graph
Supertypes
trait DungTerr
trait ShowNoDec
trait Show
trait TypeStr
class Object
trait Matchable
class Any
Self type
Open.type
object Wall extends DungTerr

Attributes

Graph
Supertypes
trait DungTerr
trait ShowNoDec
trait Show
trait TypeStr
class Object
trait Matchable
class Any
Self type
Wall.type