Home
last modified time | relevance | path

Searched refs:blackPieces (Results 1 – 3 of 3) sorted by relevance

/dports/games/jin/jin-2.14.1/src/free/chess/variants/shuffleboth/
H A DShuffleBoth.java100 String blackPieces = createRandomPieceRow().toLowerCase(); in createRandomInitialFEN() local
102 return blackPieces + "/pppppppp/8/8/8/8/PPPPPPPP/" + whitePieces + " w KQkq - 0 1"; in createRandomInitialFEN()
/dports/games/jchessboard/JChessBoard-1.5/jchessboard/
H A DVirtualBoard.java173 private long blackPieces; field in VirtualBoard
1089 blackPieces = 0; in initFromFEN()
1104 blackPieces |= 1l << x; in initFromFEN()
1747 blackPieces = 0; in clear()
1768 blackPieces |= 1l << x; in init()
1798 newBoard.blackPieces = blackPieces; in clonedBoard()
1833 if (whitePieces != vb.whitePieces || blackPieces != vb.blackPieces) in isEqualPosition()
1957 occupancy = (int) (((whitePieces | blackPieces) >> (x & 56))) & 255; in getWhiteAttackBoard()
2048 blackAttackBoard = attackBoard & ~blackPieces; in getBlackAttackBoard()
2217 blackPieces &= ~(1l << from); in move()
[all …]
/dports/games/jin/jin-2.14.1/src/free/chess/variants/fischerrandom/
H A DFischerRandom.java424 String blackPieces = whitePieces.toLowerCase(); in createRandomInitialFEN() local
426 return blackPieces + "/pppppppp/8/8/8/8/PPPPPPPP/" + whitePieces + " w KQkq - 0 1"; in createRandomInitialFEN()