Skip to content

Commit

Permalink
Documented Chess\Eval\AttackEval
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed May 25, 2024
1 parent c718584 commit ef1336a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Eval/AttackEval.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
* Attack evaluation.
*
* Piece value obtained from the squares under threat of being attacked. A
* sequence of moves will be played to determine if a capture results in a gain
* of material.
* sequence of moves will be played in a cloned chess board to determine if a
* capture can result in a gain of material.
*
* @author Jordi Bassagaña
* @license MIT
Expand Down

0 comments on commit ef1336a

Please sign in to comment.