p
core
package core
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class ChessGame(board: Board, currentPlayer: Player, previousState: Option[(ChessGame, LanMove)]) extends Product with Serializable
- sealed trait LanMove extends AnyRef
- case class ParsingException(reason: String) extends RuntimeException with Product with Serializable
- trait Reader extends AnyRef
Value Members
- object ChessGame extends Serializable
- object LanMove