ChessDotNet.Variants.Atomic.AtomicChessGame.AtomicChessGame C# (CSharp) Method

AtomicChessGame() public method

public AtomicChessGame ( ) : System.Collections.Generic
return System.Collections.Generic
        public AtomicChessGame() : base() { }
        public AtomicChessGame(Piece[][] board, Player whoseTurn) : base(board, whoseTurn) { }

Same methods

AtomicChessGame::AtomicChessGame ( GameCreationData data ) : System.Collections.Generic
AtomicChessGame::AtomicChessGame ( IEnumerable moves, bool movesAreValidated ) : System.Collections.Generic
AtomicChessGame::AtomicChessGame ( Piece board, Player whoseTurn ) : System.Collections.Generic
AtomicChessGame::AtomicChessGame ( string fen ) : System.Collections.Generic