class documentation - a shitload of it
All checks were successful
Linux arm64 / Build (push) Successful in 33s
All checks were successful
Linux arm64 / Build (push) Successful in 33s
This commit is contained in:
@@ -10,6 +10,10 @@ import chess.model.pieces.Pawn;
|
||||
import chess.model.pieces.Queen;
|
||||
import chess.model.pieces.Rook;
|
||||
|
||||
/**
|
||||
* Evaluate the cost of pieces for AI algorithm.
|
||||
*/
|
||||
|
||||
public class PieceCost implements PieceVisitor<Float> {
|
||||
|
||||
private final Color player;
|
||||
|
||||
Reference in New Issue
Block a user