C# Class Queem.Core.MovesGenerators.KingMovesGenerator

Inheritance: MovesGenerator
显示文件 Open project: Ribtoks/Queem

Protected Properties

Property Type Description
kingBoard KingBitBoard

Public Methods

Method Description
GetMoves ( ulong otherFigures, ulong mask ) : List
KingMovesGenerator ( BitBoard bitboard, AttacksGenerator attacksgenerator ) : System

Method Details

GetMoves() public method

public GetMoves ( ulong otherFigures, ulong mask ) : List
otherFigures ulong
mask ulong
return List

KingMovesGenerator() public method

public KingMovesGenerator ( BitBoard bitboard, AttacksGenerator attacksgenerator ) : System
bitboard Queem.Core.BitBoards.BitBoard
attacksgenerator Queem.Core.AttacksGenerators.AttacksGenerator
return System

Property Details

kingBoard protected_oe property

protected KingBitBoard kingBoard
return KingBitBoard