Home
last modified time | relevance | path

Searched refs:_moveAlgebraic (Results 1 – 13 of 13) sorted by relevance

/dports/games/pear-Games_Chess/Games_Chess-1.0.1/tests/Games_Chess/validMove/
H A Dtest_invalid_castlew1.phpt13 $board->_moveAlgebraic('f1', 'e4');
19 $board->_moveAlgebraic('e4', 'f1');
20 $board->_moveAlgebraic('g1', 'e4');
32 $board->_moveAlgebraic('d1', 'e4');
38 $board->_moveAlgebraic('c1', 'e5');
44 $board->_moveAlgebraic('e5', 'c1');
45 $board->_moveAlgebraic('b1', 'h4');
H A Dtest_invalid_castleb1.phpt14 $board->_moveAlgebraic('f8', 'e4');
20 $board->_moveAlgebraic('e4', 'f8');
21 $board->_moveAlgebraic('g8', 'e4');
34 $board->_moveAlgebraic('d8', 'e4');
40 $board->_moveAlgebraic('c8', 'e5');
46 $board->_moveAlgebraic('e5', 'c8');
47 $board->_moveAlgebraic('b8', 'h4');
H A Dtest_invalid_castlew2.phpt13 $board->_moveAlgebraic('f1', 'e4');
14 $board->_moveAlgebraic('g1', 'e5');
23 $board->_moveAlgebraic('d1', 'e4');
24 $board->_moveAlgebraic('c1', 'e5');
25 $board->_moveAlgebraic('b1', 'e3');
H A Dtest_invalid_castleb2.phpt14 $board->_moveAlgebraic('f8', 'e4');
15 $board->_moveAlgebraic('g8', 'e5');
24 $board->_moveAlgebraic('d8', 'e4');
25 $board->_moveAlgebraic('c8', 'e5');
26 $board->_moveAlgebraic('b8', 'e3');
/dports/games/pear-Games_Chess/Games_Chess-1.0.1/tests/Games_Chess_Crazyhouse/validMove/
H A Dtest_invalid_castleb1.phpt14 $board->_moveAlgebraic('f8', 'e4');
19 $board->_moveAlgebraic('e4', 'f8');
20 $board->_moveAlgebraic('g8', 'e4');
31 $board->_moveAlgebraic('d8', 'e4');
36 $board->_moveAlgebraic('c8', 'e5');
41 $board->_moveAlgebraic('e5', 'c8');
42 $board->_moveAlgebraic('b8', 'h4');
H A Dtest_invalid_castlew1.phpt13 $board->_moveAlgebraic('f1', 'e4');
18 $board->_moveAlgebraic('e4', 'f1');
19 $board->_moveAlgebraic('g1', 'e4');
30 $board->_moveAlgebraic('d1', 'e4');
35 $board->_moveAlgebraic('c1', 'e5');
40 $board->_moveAlgebraic('e5', 'c1');
41 $board->_moveAlgebraic('b1', 'h4');
H A Dtest_invalid_castleb2.phpt9 $board->_moveAlgebraic('f8', 'e4');
10 $board->_moveAlgebraic('g8', 'e5');
18 $board->_moveAlgebraic('d8', 'e4');
19 $board->_moveAlgebraic('c8', 'e5');
20 $board->_moveAlgebraic('b8', 'e3');
H A Dtest_invalid_castlew2.phpt8 $board->_moveAlgebraic('f1', 'e4');
9 $board->_moveAlgebraic('g1', 'e5');
17 $board->_moveAlgebraic('d1', 'e4');
18 $board->_moveAlgebraic('c1', 'e5');
19 $board->_moveAlgebraic('b1', 'e3');
/dports/games/pear-Games_Chess/Games_Chess-1.0.1/tests/Games_Chess_Crazyhouse/movePiece/
H A Dtest.phpt9 $board->_moveAlgebraic('e1', 'e2');
15 $board->_moveAlgebraic('e7', 'e8', 'R');
/dports/games/pear-Games_Chess/Games_Chess-1.0.1/tests/Games_Chess/moveAlgebraic/
H A Dtest_simple.phpt2 Games_Chess->_moveAlgebraic() simple move
11 $board->_moveAlgebraic('e4', 'h7');
H A Dtest_capture.phpt2 Games_Chess->_moveAlgebraic() capture
13 $board->_moveAlgebraic('e4', 'h7');
/dports/games/pear-Games_Chess/Games_Chess-1.0.1/tests/Games_Chess_Crazyhouse/takePiece/
H A Dtest.phpt28 $board->_moveAlgebraic('e1', 'e2');
73 $board->_moveAlgebraic('e1', 'e2');
/dports/games/pear-Games_Chess/Games_Chess-1.0.1/
H A DChess.php432 $this->_moveAlgebraic("e$row", "g$row");
433 $this->_moveAlgebraic("h$row", "f$row");
436 $this->_moveAlgebraic("e$row", "c$row");
437 $this->_moveAlgebraic("a$row", "d$row");
445 $this->_moveAlgebraic($movedfrom, $parsedMove['square'], $promote);
894 function _moveAlgebraic($from, $to, $promote = '') function in Games_Chess
1259 $this->_moveAlgebraic($on, $square);
1281 $this->_moveAlgebraic($piecesq, $info['square']);