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 game is divided into three different phases: Opening, middlegame, and endgame. A new term called Chess\Glossary\PhaseTerm needs to be implemented in the php-chess/src/Glossary folder to describe the phase of the game. The PHPUnit tests are to be written in the php-chess/tests/unit/Glossary/PhaseTermTest.php file accordingly.
The text was updated successfully, but these errors were encountered:
A game is divided into three different phases: Opening, middlegame, and endgame. A new term called
Chess\Glossary\PhaseTerm
needs to be implemented in thephp-chess/src/Glossary
folder to describe the phase of the game. The PHPUnit tests are to be written in thephp-chess/tests/unit/Glossary/PhaseTermTest.php
file accordingly.The text was updated successfully, but these errors were encountered: