Package

axle

game

Permalink

package game

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. game
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. object Bowling

    Permalink
  2. object OldMontyHall

    Permalink
  3. package cards

    Permalink
  4. package chess

    Permalink
  5. def gameStream[G, S, O, M, MS, MM](game: G, start: S, intro: Boolean)(implicit evGame: Game[G, S, O, M, MS, MM], evGameIO: GameIO[G, O, M, MS, MM]): Stream[S]

    Permalink
  6. package montyhall

    Permalink
  7. def moveStateStream[G, S, O, M, MS, MM](game: G, fromState: S)(implicit evGame: Game[G, S, O, M, MS, MM]): Stream[(S, M, S)]

    Permalink
  8. def play[G, S, O, M, MS, MM](game: G, start: S, intro: Boolean)(implicit evGame: Game[G, S, O, M, MS, MM], evGameIO: GameIO[G, O, M, MS, MM]): S

    Permalink
  9. def play[G, S, O, M, MS, MM](game: G)(implicit evGame: Game[G, S, O, M, MS, MM], evGameIO: GameIO[G, O, M, MS, MM]): S

    Permalink
  10. def playContinuously[G, S, O, M, MS, MM](game: G, start: S)(implicit evGame: Game[G, S, O, M, MS, MM], evGameIO: GameIO[G, O, M, MS, MM]): S

    Permalink
  11. package poker

    Permalink
  12. package prisoner

    Permalink

    Prisoner's Dilemma

    Prisoner's Dilemma

    https://en.wikipedia.org/wiki/Prisoner%27s_dilemma

  13. package ttt

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped