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

AtomicChessGame() public method

public AtomicChessGame ( IEnumerable moves, bool movesAreValidated ) : System.Collections.Generic
moves IEnumerable
movesAreValidated bool
return System.Collections.Generic
        public AtomicChessGame(IEnumerable<Move> moves, bool movesAreValidated) : base(moves, movesAreValidated) { }

Same methods

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