ostrat.pDung

package ostrat.pDung

Members list

Type members

Classlikes

object CharacA extends Character

Attributes

Supertypes
class Character
trait TellSimple
trait Tell
trait Persist
class Object
trait Matchable
class Any
Show all
Self type
CharacA.type
object CharacB extends Character

Attributes

Supertypes
class Character
trait TellSimple
trait Tell
trait Persist
class Object
trait Matchable
class Any
Show all
Self type
CharacB.type
case class CharacState(charac: Character, facing: SqStep)

Attributes

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

Attributes

Supertypes
class Character
trait TellSimple
trait Tell
trait Persist
class Object
trait Matchable
class Any
Show all
Self type
CharacY.type
object CharacZ extends Character

Attributes

Supertypes
class Character
trait TellSimple
trait Tell
trait Persist
class Object
trait Matchable
class Any
Show all
Self type
CharacZ.type
class Character(val iden: Char, val faction: Faction) extends TellSimple

Attributes

Supertypes
trait TellSimple
trait Tell
trait Persist
class Object
trait Matchable
class Any
Show all
Known subtypes
object CharacA
object CharacB
object CharacY
object CharacZ
object DungLaunch extends GuiLaunchMore

Attributes

Supertypes
trait GuiLaunch
class Object
trait Matchable
class Any
Self type
DungLaunch.type
sealed trait DungTerr extends AnyRef, TellSimple

Attributes

Supertypes
trait TellSimple
trait Tell
trait Persist
class Object
trait Matchable
class Any
Show all
Known subtypes
object Open
object Wall
object Dungeon1 extends DungeonScen

Scenario 1 example for Dungeon game.

Scenario 1 example for Dungeon game.

Attributes

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

This uses the new Gui.

This uses the new Gui.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait CmdBarGui
trait CanvasUser
class Object
trait Matchable
class Any
Show all
trait DungeonScen

Dungeon game scenario.

Dungeon game scenario.

Attributes

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

Attributes

Supertypes
class Faction
trait TellSimple
trait Tell
trait Persist
class Object
trait Matchable
class Any
Show all
Self type
Fact1.type
object Fact2 extends Faction

Attributes

Supertypes
class Faction
trait TellSimple
trait Tell
trait Persist
class Object
trait Matchable
class Any
Show all
Self type
Fact2.type
sealed class Faction(val str: String, val colour: Colour) extends TellSimple

Attributes

Supertypes
trait TellSimple
trait Tell
trait Persist
class Object
trait Matchable
class Any
Show all
Known subtypes
object Fact1
object Fact2
object Open extends DungTerr

Attributes

Supertypes
trait DungTerr
trait TellSimple
trait Tell
trait Persist
class Object
trait Matchable
class Any
Show all
Self type
Open.type
object Wall extends DungTerr

Attributes

Supertypes
trait DungTerr
trait TellSimple
trait Tell
trait Persist
class Object
trait Matchable
class Any
Show all
Self type
Wall.type