Home
last modified time | relevance | path

Searched refs:inCheckMate (Results 1 – 8 of 8) sorted by relevance

/dports/games/pear-Games_Chess/Games_Chess-1.0.1/tests/Games_Chess/inCheckMate/
H A Dtest1.phpt2 Games_Chess->inCheckMate() valid checkmate
H A Dtest_bug7565.phpt2 Games_Chess->inCheckMate() Bug #7565 - checkmate because of pinned interposing piece
H A Dtest_smotheredmate.phpt2 Games_Chess->inCheckMate() smothered mate
H A Dtest_kingcanmove.phpt2 Games_Chess->inCheckMate() king can move out of check
H A Dtest_interposingpiece.phpt2 Games_Chess->inCheckMate() interposing piece stops checkmate
H A Dtest_doublecheck.phpt2 Games_Chess->inCheckMate() double check checkmate
/dports/games/pear-Games_Chess/Games_Chess-1.0.1/
H A DChess.php475 if ($this->inCheckMate(($this->_move == 'W') ? 'B' : 'W')) {
553 function inCheckMate($color = null) function in Games_Chess
/dports/games/pear-Games_Chess/Games_Chess-1.0.1/Chess/
H A DCrazyhouse.php311 if ($this->inCheckMate(($this->_move == 'W') ? 'B' : 'W')) {