ChessDotNet.Variants.ThreeCheck.ThreeCheckChessGame.ThreeCheckChessGame C# (CSharp) Method

ThreeCheckChessGame() public method

public ThreeCheckChessGame ( ) : System
return System
        public ThreeCheckChessGame() : base() { }
        public ThreeCheckChessGame(Piece[][] board, Player whoseTurn) : base(board, whoseTurn) { }

Same methods

ThreeCheckChessGame::ThreeCheckChessGame ( GameCreationData data ) : System
ThreeCheckChessGame::ThreeCheckChessGame ( IEnumerable moves, bool movesAreValidated ) : System
ThreeCheckChessGame::ThreeCheckChessGame ( Piece board, Player whoseTurn ) : System
ThreeCheckChessGame::ThreeCheckChessGame ( string fen ) : System