Home
last modified time | relevance | path

Searched refs:bishop (Results 1 – 25 of 1350) sorted by relevance

12345678910>>...54

/dports/games/pear-Games_Chess/Games_Chess-1.0.1/tests/Games_Chess_Crazyhouse/validMove/
H A Dtest_piecemove1.phpt9 $phpunit->assertTrue($err, 'bishop move did not work');
12 $phpunit->assertTrue($err, 'bishop capture did not work');
17 $phpunit->assertTrue($err, 'bishop move did not work');
20 $phpunit->assertTrue($err, 'bishop capture did not work');
25 $phpunit->assertTrue($err, 'bishop move did not work');
28 $phpunit->assertTrue($err, 'bishop capture did not work');
33 $phpunit->assertTrue($err, 'bishop move did not work');
36 $phpunit->assertTrue($err, 'bishop capture did not work');
41 $phpunit->assertTrue($err, 'bishop move did not work');
44 $phpunit->assertTrue($err, 'bishop capture did not work');
H A Dtest_piecemove2.phpt11 $phpunit->assertTrue($err, 'bishop move did not work');
14 $phpunit->assertTrue($err, 'bishop capture did not work');
21 $phpunit->assertTrue($err, 'bishop move did not work');
24 $phpunit->assertTrue($err, 'bishop capture did not work');
31 $phpunit->assertTrue($err, 'bishop move did not work');
34 $phpunit->assertTrue($err, 'bishop capture did not work');
41 $phpunit->assertTrue($err, 'bishop move did not work');
44 $phpunit->assertTrue($err, 'bishop capture did not work');
/dports/games/pear-Games_Chess/Games_Chess-1.0.1/tests/Games_Chess/validMove/
H A Dtest_piece1.phpt9 $phpunit->assertTrue($err, 'bishop move did not work');
12 $phpunit->assertTrue($err, 'bishop capture did not work');
17 $phpunit->assertTrue($err, 'bishop move did not work');
20 $phpunit->assertTrue($err, 'bishop capture did not work');
25 $phpunit->assertTrue($err, 'bishop move did not work');
28 $phpunit->assertTrue($err, 'bishop capture did not work');
33 $phpunit->assertTrue($err, 'bishop move did not work');
36 $phpunit->assertTrue($err, 'bishop capture did not work');
41 $phpunit->assertTrue($err, 'bishop move did not work');
44 $phpunit->assertTrue($err, 'bishop capture did not work');
H A Dtest_piece2.phpt11 $phpunit->assertTrue($err, 'bishop move did not work');
14 $phpunit->assertTrue($err, 'bishop capture did not work');
21 $phpunit->assertTrue($err, 'bishop move did not work');
24 $phpunit->assertTrue($err, 'bishop capture did not work');
31 $phpunit->assertTrue($err, 'bishop move did not work');
34 $phpunit->assertTrue($err, 'bishop capture did not work');
41 $phpunit->assertTrue($err, 'bishop move did not work');
44 $phpunit->assertTrue($err, 'bishop capture did not work');
/dports/games/pear-Games_Chess/Games_Chess-1.0.1/tests/Games_Chess_Losers/validMove/
H A Dtest_valid_piecemove1.phpt9 $phpunit->assertTrue($err, 'bishop move did not work');
12 $phpunit->assertTrue($err, 'bishop capture did not work');
17 $phpunit->assertTrue($err, 'bishop move did not work');
20 $phpunit->assertTrue($err, 'bishop capture did not work');
25 $phpunit->assertTrue($err, 'bishop move did not work');
28 $phpunit->assertTrue($err, 'bishop capture did not work');
33 $phpunit->assertTrue($err, 'bishop move did not work');
36 $phpunit->assertTrue($err, 'bishop capture did not work');
41 $phpunit->assertTrue($err, 'bishop move did not work');
44 $phpunit->assertTrue($err, 'bishop capture did not work');
H A Dtest_valid_piecemove2.phpt11 $phpunit->assertTrue($err, 'bishop move did not work');
14 $phpunit->assertTrue($err, 'bishop capture did not work');
21 $phpunit->assertTrue($err, 'bishop move did not work');
24 $phpunit->assertTrue($err, 'bishop capture did not work');
31 $phpunit->assertTrue($err, 'bishop move did not work');
34 $phpunit->assertTrue($err, 'bishop capture did not work');
41 $phpunit->assertTrue($err, 'bishop move did not work');
44 $phpunit->assertTrue($err, 'bishop capture did not work');
/dports/games/pear-Games_Chess/Games_Chess-1.0.1/tests/Games_Chess_Crazyhouse/addPiece/
H A Dtest_addbishopw.phpt2 Games_Chess_Crazyhouse->addPiece() add white bishop
9 'incorrect bishop setup');
12 'first bishop changed, should not change');
14 'incorrect bishop setup');
17 'first bishop changed, should not change');
19 'first bishop changed, should not change');
21 'incorrect bishop setup');
H A Dtest_addbishopb.phpt2 Games_Chess_Crazyhouse->addPiece() add black bishop
9 'incorrect bishop setup');
12 'first bishop changed, should not change');
14 'incorrect bishop setup');
17 'first bishop changed, should not change');
19 'first bishop changed, should not change');
21 'incorrect bishop setup');
/dports/games/py-pychess/pychess-1.0.2/lib/pychess/Variants/
H A Dwildcastleshuffle.py42 bishop = random.choice(positions)
43 back_rank[bishop - 1] = 'b'
44 positions.remove(bishop)
45 color = bishop % 2
47 bishop = random.choice([i for i in positions if i % 2 != color])
48 back_rank[bishop - 1] = 'b'
49 positions.remove(bishop)
H A Dfischerandom.py36 bishop = random.choice((1, 3, 5, 7))
37 board[bishop - 1] = 'b'
38 positions.remove(bishop)
40 bishop = random.choice((2, 4, 6, 8))
41 board[bishop - 1] = 'b'
42 positions.remove(bishop)
/dports/games/pear-Games_Chess/Games_Chess-1.0.1/tests/Games_Chess/addPiece/
H A Dtest_addbishopb.phpt2 Games_Chess->addPiece() add black bishop
9 'incorrect bishop setup');
12 'first bishop changed, should not change');
14 'incorrect bishop setup');
17 'first bishop changed, should not change');
19 'second bishop changed, should not change');
H A Dtest_addbishopw.phpt2 Games_Chess->addPiece() add white bishop
9 'incorrect bishop setup');
12 'first bishop changed, should not change');
14 'incorrect bishop setup');
17 'first bishop changed, should not change');
19 'second bishop changed, should not change');
/dports/math/R-cran-raster/raster/R/
H A Dadjacency.R90 coreFromToBishop <- .cs(fromCellsCore,bishop)
91 upperFromToBishop <- .cs(fromCellsUpper,bishop[3:4])
92 lowerFromToBishop <- .cs(fromCellsLower,bishop[1:2])
93 leftFromToBishop <- .cs(fromCellsLeft,bishop[c(2,4)])
94 rightFromToBishop <- .cs(fromCellsRight,bishop[c(1,3)])
95 upperleftFromToBishop <- .cs(fromCellUpperleft,bishop[4])
275 coreFromToBishop <- .cs(fromCellsCore,bishop)
276 upperFromToBishop <- .cs(fromCellsUpper,bishop[3:4])
277 lowerFromToBishop <- .cs(fromCellsLower,bishop[1:2])
278 leftFromToBishop <- .cs(fromCellsLeft,bishop[c(2,4)])
[all …]
/dports/games/gnome-chess/gnome-chess-41.1/src/
H A Dchess-window.vala310 … N_("White pawn at %1$s takes the black bishop at %2$s"),
322 … N_("White rook at %1$s takes the black bishop at %2$s"),
338 N_("White bishop moves from %1$s to %2$s"),
340 … N_("White bishop at %1$s takes the black pawn at %2$s"),
342 … N_("White bishop at %1$s takes the black rook at %2$s"),
345 … /* Human Move String: Description of a white bishop at %1$s capturing a bishop at %2$s */
346 … N_("White bishop at %1$s takes the black bishop at %2$s"),
370 … N_("White king at %1$s takes the black bishop at %2$s"),
410 N_("Black bishop moves from %1$s to %2$s"),
417 … /* Human Move String: Description of a black bishop at %1$s capturing a bishop at %2$s */
[all …]
/dports/games/gnuchess/gnuchess-6.2.9/src/frontend/
H A Dutil.cc83 w[pawn] | w[knight] | w[bishop] | w[rook] | w[queen] | w[king]; in UpdateFriends()
85 b[pawn] | b[knight] | b[bishop] | b[rook] | b[queen] | b[king]; in UpdateFriends()
115 { rook, knight, bishop, queen, king, bishop, knight, rook,
122 rook, knight, bishop, queen, king, bishop, knight, rook };
H A Datak.cc61 b = (a[bishop] | a[queen]) & MoveArray[bishop][sq]; in SqAtakd()
110 b = (a[bishop] | a[queen]) & MoveArray[bishop][sq]; in AttackTo()
165 BitPosArray[sq1] & (board.b[xside][queen] | board.b[xside][bishop])) in PinnedOnKing()
/dports/games/gnome-chess/gnome-chess-41.1/po/
H A Das.po597 msgid "White pawn at %1$s takes the black bishop at %2$s"
681 msgid "White bishop moves from %1$s to %2$s"
682 msgstr "White bishop moves from %1$s to %2$s"
702 #. Human Move String: Description of a white bishop at %1$s capturing a bishop at %2$s
705 msgid "White bishop at %1$s takes the black bishop at %2$s"
706 msgstr "White bishop at %1$s takes the black bishop at %2$s"
897 msgid "Black bishop moves from %1$s to %2$s"
898 msgstr "Black bishop moves from %1$s to %2$s"
918 #. Human Move String: Description of a black bishop at %1$s capturing a bishop at %2$s
921 msgid "Black bishop at %1$s takes the white bishop at %2$s"
[all …]
H A Den_CA.po586 msgid "White pawn at %1$s takes the black bishop at %2$s"
670 msgid "White bishop moves from %1$s to %2$s"
671 msgstr "White bishop moves from %1$s to %2$s"
691 #. Human Move String: Description of a white bishop at %1$s capturing a bishop at %2$s
694 msgid "White bishop at %1$s takes the black bishop at %2$s"
695 msgstr "White bishop at %1$s takes the black bishop at %2$s"
886 msgid "Black bishop moves from %1$s to %2$s"
887 msgstr "Black bishop moves from %1$s to %2$s"
907 #. Human Move String: Description of a black bishop at %1$s capturing a bishop at %2$s
910 msgid "Black bishop at %1$s takes the white bishop at %2$s"
[all …]
H A Dta.po504 msgid "White pawn at %1$s takes the black bishop at %2$s"
540 msgid "White rook at %1$s takes the black bishop at %2$s"
588 msgid "White bishop moves from %1$s to %2$s"
594 msgid "White bishop at %1$s takes the black pawn at %2$s"
600 msgid "White bishop at %1$s takes the black rook at %2$s"
609 #. Human Move String: Description of a white bishop at %1$s capturing a bishop at %2$s
612 msgid "White bishop at %1$s takes the black bishop at %2$s"
684 msgid "White king at %1$s takes the black bishop at %2$s"
804 msgid "Black bishop moves from %1$s to %2$s"
825 #. Human Move String: Description of a black bishop at %1$s capturing a bishop at %2$s
[all …]
H A Dtg.po485 msgid "White pawn at %1$s takes the black bishop at %2$s"
521 msgid "White rook at %1$s takes the black bishop at %2$s"
569 msgid "White bishop moves from %1$s to %2$s"
575 msgid "White bishop at %1$s takes the black pawn at %2$s"
581 msgid "White bishop at %1$s takes the black rook at %2$s"
590 #. Human Move String: Description of a white bishop at %1$s capturing a bishop at %2$s
593 msgid "White bishop at %1$s takes the black bishop at %2$s"
665 msgid "White king at %1$s takes the black bishop at %2$s"
785 msgid "Black bishop moves from %1$s to %2$s"
806 #. Human Move String: Description of a black bishop at %1$s capturing a bishop at %2$s
[all …]
H A Dug.po486 msgid "White pawn at %1$s takes the black bishop at %2$s"
522 msgid "White rook at %1$s takes the black bishop at %2$s"
570 msgid "White bishop moves from %1$s to %2$s"
576 msgid "White bishop at %1$s takes the black pawn at %2$s"
582 msgid "White bishop at %1$s takes the black rook at %2$s"
591 #. Human Move String: Description of a white bishop at %1$s capturing a bishop at %2$s
594 msgid "White bishop at %1$s takes the black bishop at %2$s"
666 msgid "White king at %1$s takes the black bishop at %2$s"
786 msgid "Black bishop moves from %1$s to %2$s"
807 #. Human Move String: Description of a black bishop at %1$s capturing a bishop at %2$s
[all …]
H A Den_GB.po641 msgid "White pawn at %1$s takes the black bishop at %2$s"
725 msgid "White bishop moves from %1$s to %2$s"
726 msgstr "White bishop moves from %1$s to %2$s"
746 #. Human Move String: Description of a white bishop at %1$s capturing a bishop at %2$s
749 msgid "White bishop at %1$s takes the black bishop at %2$s"
750 msgstr "White bishop at %1$s takes the black bishop at %2$s"
941 msgid "Black bishop moves from %1$s to %2$s"
942 msgstr "Black bishop moves from %1$s to %2$s"
962 #. Human Move String: Description of a black bishop at %1$s capturing a bishop at %2$s
965 msgid "Black bishop at %1$s takes the white bishop at %2$s"
[all …]
H A Dne.po633 msgid "White pawn at %1$s takes the black bishop at %2$s"
669 msgid "White rook at %1$s takes the black bishop at %2$s"
717 msgid "White bishop moves from %1$s to %2$s"
718 msgstr "White bishop moves from %1$s to %2$s"
723 msgid "White bishop at %1$s takes the black pawn at %2$s"
729 msgid "White bishop at %1$s takes the black rook at %2$s"
738 #. Human Move String: Description of a white bishop at %1$s capturing a bishop at %2$s
741 msgid "White bishop at %1$s takes the black bishop at %2$s"
933 msgid "Black bishop moves from %1$s to %2$s"
954 #. Human Move String: Description of a black bishop at %1$s capturing a bishop at %2$s
[all …]
H A Dhi.po512 msgid "White pawn at %1$s takes the black bishop at %2$s"
548 msgid "White rook at %1$s takes the black bishop at %2$s"
596 msgid "White bishop moves from %1$s to %2$s"
602 msgid "White bishop at %1$s takes the black pawn at %2$s"
608 msgid "White bishop at %1$s takes the black rook at %2$s"
617 #. Human Move String: Description of a white bishop at %1$s capturing a bishop at %2$s
620 msgid "White bishop at %1$s takes the black bishop at %2$s"
692 msgid "White king at %1$s takes the black bishop at %2$s"
812 msgid "Black bishop moves from %1$s to %2$s"
833 #. Human Move String: Description of a black bishop at %1$s capturing a bishop at %2$s
[all …]
/dports/games/py-pychess/pychess-1.0.2/learn/puzzles/
H A Dlichess_study_lichess-practice-piece-checkmates-ii_by_arex_2017.01.25.pgn1 [Event "Lichess Practice: Piece Checkmates II: Queen vs bishop mate"]
13 { Keep your pieces on the opposite color squares from the enemy bishop to stay safe. Use your queen…
50 [Event "Lichess Practice: Piece Checkmates I: Two bishop mate"]
68 [Event "Lichess Practice: Piece Checkmates I: Knight and bishop mate"]
79 …knight and bishop cannot form a linear barrier to the enemy king from a distance. The checkmate ca…
84 [Event "Lichess Practice: Piece Checkmates II: Knight and bishop mate #2"]
96 …knight and bishop cannot form a linear barrier to the enemy king from a distance. The checkmate ca…

12345678910>>...54