C# Class Chess.Domain.PieceValuator

Show file Open project: colin-higgins/ChessSharp

Public Methods

Method Description
GetPieceActionValue ( PieceType type ) : int
GetPieceScoreValue ( PieceType type ) : int

Method Details

GetPieceActionValue() public static method

public static GetPieceActionValue ( PieceType type ) : int
type PieceType
return int

GetPieceScoreValue() public static method

public static GetPieceScoreValue ( PieceType type ) : int
type PieceType
return int