Packages

p

core

package core

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class ChessGame(board: Board, currentPlayer: Player, previousState: Option[(ChessGame, LanMove)]) extends Product with Serializable
  2. sealed trait LanMove extends AnyRef
  3. case class ParsingException(reason: String) extends RuntimeException with Product with Serializable
  4. trait Reader extends AnyRef

Value Members

  1. object ChessGame extends Serializable
  2. object LanMove

Ungrouped