All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dererXII.scalashogi_2.13.5.0.2.source-code.package.scala Maven / Gradle / Ivy

There is a newer version: 12.1.1
Show newest version
import ornicar.scalalib

package object shogi extends scalalib.Common with scalalib.OrnicarOption with scalalib.OrnicarBoolean {

  val Sente = Color.Sente
  val Gote  = Color.Gote

  type Direction  = Pos => Option[Pos]
  type Directions = List[Direction]

  type PieceMap = Map[Pos, Piece]
  type HandMap  = Map[DroppableRole, Int]
  type HandsMap = Color.Map[HandMap]

  type PositionHash = Array[Byte]

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy