You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A new evaluation feature called SeActivityEval needs to be implemented in the php-chess/src/Eval folder. The PHPUnit tests are to be written in the php-chess/tests/unit/Eval/SeActivityEvalTest.php file accordingly.
The activity of a piece is the number of squares it can move to in the next turn — not to confuse with Space, the number of squares controlled by each player.
A new evaluation feature called SeActivityEval needs to be implemented in the
php-chess/src/Eval
folder. The PHPUnit tests are to be written in thephp-chess/tests/unit/Eval/SeActivityEvalTest.php
file accordingly.The activity of a piece is the number of squares it can move to in the next turn — not to confuse with Space, the number of squares controlled by each player.
See:
The text was updated successfully, but these errors were encountered: