Home
last modified time | relevance | path

Searched refs:moveSquare (Results 1 – 5 of 5) sorted by relevance

/dports/games/pear-Games_Chess/Games_Chess-1.0.1/examples/
H A DHTMLChess.php242 $err = $this->_board->moveSquare($_GET['from'], $_GET['to'],
264 $err = $this->_board->moveSquare($_GET['start'], $_GET['goto']);
/dports/games/pear-Games_Chess/Games_Chess-1.0.1/tests/Games_Chess/
H A Dtest_bugdxc3.phpt31 $err = $board->moveSquare('d2', 'c3');
/dports/games/pear-Games_Chess/Games_Chess-1.0.1/
H A DChess.php506 function moveSquare($from, $to, $promote = '') function in Games_Chess
574 $this->moveSquare($king, $escape);
624 $err = $this->moveSquare($a, $move);
/dports/games/pear-Games_Chess/Games_Chess-1.0.1/Chess/
H A DStandard.php868 $ret = $this->moveSquare($value, $square);
H A DCrazyhouse.php828 $ret = $this->moveSquare($value, $square);