Packages

  • package o1
    Definition Classes
    root
  • package robots
    Definition Classes
    o1
  • package gui
    Definition Classes
    robots
  • object TribalScenario

    This companion object of class TribalScenario provides access to certain statically defined instances of the class.

    This companion object of class TribalScenario provides access to certain statically defined instances of the class.

    NOTE TO STUDENTS: In this course, you don't need to understand how this object works or can be used.

    Definition Classes
    gui
  • object DuelScenario
    Definition Classes
    TribalScenario
  • Settings
  • SimpleSettings

class SimpleSettings extends Settings

Linear Supertypes
Settings, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SimpleSettings
  2. Settings
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SimpleSettings(first: Tribe, second: Tribe, width: Int, height: Int, walls: Int, bunnies: Int, tribals: Int)

Value Members

  1. def bunnies(size: Int): Int
    Definition Classes
    SimpleSettingsSettings
  2. val bunnies: Int
  3. val first: Tribe
    Definition Classes
    Settings
  4. def height(width: Int): Int
    Definition Classes
    SimpleSettingsSettings
  5. val height: Int
  6. val second: Tribe
    Definition Classes
    Settings
  7. def tribals(size: Int): Int
    Definition Classes
    SimpleSettingsSettings
  8. val tribals: Int
  9. def walls(size: Int): Int
    Definition Classes
    SimpleSettingsSettings
  10. val walls: Int
  11. val width: Int
    Definition Classes
    SimpleSettingsSettings