PieceMovement

PieceMovement
case class PieceMovement(selectedSquare: String, targetSquare: String)

The main function of the chess game.

Creates a chess game and it's white turn to play. The game continue until one player win or a stalemate occurs

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product