Home
last modified time | relevance | path

Searched refs:BLACK_KNIGHT (Results 1 – 16 of 16) sorted by relevance

/dports/games/jin/jin-2.14.1/src/free/chess/
H A DChessPiece.java97 public static final ChessPiece BLACK_KNIGHT = new ChessPiece(BLACK,KNIGHT); field in ChessPiece
142 case 'n': return ChessPiece.BLACK_KNIGHT; in fromShortString()
197 return (this==WHITE_KNIGHT)||(this==BLACK_KNIGHT); in isKnight()
H A DImagePiecePainter.java235 ChessPiece.WHITE_KNIGHT, ChessPiece.BLACK_KNIGHT, in load()
H A DChesslikeGenericVariant.java62 …]{ChessPiece.BLACK_QUEEN, ChessPiece.BLACK_ROOK, ChessPiece.BLACK_BISHOP, ChessPiece.BLACK_KNIGHT};
/dports/games/dreamchess/dreamchess-0.3.0/dreamer/src/
H A Deval.c84 else if (board->bitboard[BLACK_KNIGHT] & square_bit[square]) in eval_king_tropism()
209 bitboard = board->bitboard[BLACK_KNIGHT] | board->bitboard[BLACK_BISHOP]; in eval_development()
224 if (board->bitboard[BLACK_KNIGHT] & square_bit[SQUARE_B8]) in eval_development()
226 if (board->bitboard[BLACK_KNIGHT] & square_bit[SQUARE_G8]) in eval_development()
H A Dboard.c86 add_piece(board, SQUARE_B8, BLACK_KNIGHT); in setup_board()
91 add_piece(board, SQUARE_G8, BLACK_KNIGHT); in setup_board()
280 if (board->bitboard[BLACK_KNIGHT] & mask) in find_black_piece()
281 return BLACK_KNIGHT; in find_black_piece()
H A Dboard.h30 #define BLACK_KNIGHT 3 macro
/dports/games/jin/jin-2.14.1/src/free/chess/variants/giveaway/
H A DGiveaway.java61 ChessPiece.BLACK_BISHOP, ChessPiece.BLACK_KNIGHT, ChessPiece.BLACK_KING};
/dports/games/jin/jin-2.14.1/src/free/chess/variants/suicide/
H A DSuicide.java55 …ACK_QUEEN, ChessPiece.BLACK_ROOK, ChessPiece.BLACK_BISHOP, ChessPiece.BLACK_KNIGHT, ChessPiece.BLA…
/dports/games/dreamchess/dreamchess-0.3.0/dreamchess/src/
H A Dboard.h31 #define BLACK_KNIGHT 3 macro
H A Dboard.c47 board->square[57] = BLACK_KNIGHT; in board_setup()
52 board->square[62] = BLACK_KNIGHT; in board_setup()
/dports/net-im/psi/psi-1.5/src/plugins/deprecated/chess/
H A Dgameboard.cpp84 case GameBoard::BLACK_KNIGHT: in hasMyFigure()
127 case GameBoard::BLACK_KNIGHT: in hasEnemyFigure()
366 case GameBoard::BLACK_KNIGHT: in moveList()
868 map[1] = BLACK_KNIGHT; in initMap()
873 map[6] = BLACK_KNIGHT; in initMap()
925 map[57] = BLACK_KNIGHT; in initMap()
930 map[62] = BLACK_KNIGHT; in initMap()
1200 case BLACK_KNIGHT: in sendFigure()
1440 case GameBoard::BLACK_KNIGHT: in drawMap()
1553 ft = GameBoard::BLACK_KNIGHT; in newFigure()
[all …]
H A Dgameboard.h68 BLACK_KNIGHT = 0x16, enumerator
/dports/games/jchessboard/JChessBoard-1.5/jchessboard/
H A DVisualBoard.java92 option[3] = (ImageIcon) icons.get(new Integer(VirtualBoard.BLACK_KNIGHT)); in selectPromotion()
486 loadIcon(VirtualBoard.BLACK_KNIGHT, "BN.gif");
584 …figure = new VisualPoolFigure(VirtualBoard.BLACK_KNIGHT, 9 * FIELDSIZE + 2 * rankLabelWidth, FIELD…
H A DVirtualBoard.java57 static final int BLACK_KNIGHT = 11; field in VirtualBoard
1154 else if (field[move.fromField()] == WHITE_KNIGHT || field[move.fromField()] == BLACK_KNIGHT) in algebraicDraft()
2273 field[to] = BLACK_KNIGHT; in move()
/dports/games/dreamchess/dreamchess-0.3.0/dreamchess/src/gui/
H A Dingame_ui.c71 (get_board()->captured[BLACK_BISHOP] * 3) + (get_board()->captured[BLACK_KNIGHT] * 3) + in draw_health_bar()
/dports/games/crafty/crafty-25.2_1/
H A Dtbprobe.c44 #define BLACK_KNIGHT (TB_BPAWN + 1) macro
559 pcs[BLACK_KNIGHT ^ mirror] * PRIME_BLACK_KNIGHT + in calc_key_from_pcs()
585 case BLACK_KNIGHT: in get_pieces()