This is a chess implementation in javascript and a fork of https://github.com/kbjorklu/chess
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Kaj Björklund 61c19eaa8a Avoid ifs by anding turn bitboard to move target mask early 6 years ago
..
ai.js Remove logging 11 years ago
bitboard.js Capitalize Script in JavaScript 11 years ago
chess.css Add initial implementation 11 years ago
chess.html Revert "Add offline support" 6 years ago
chess.ico Add initial implementation 11 years ago
chess.include.js Add initial implementation 11 years ago
chess.js Add initial implementation 11 years ago
move.js Remove unused argument from Move/getCapturedPiece 11 years ago
parser.js Fix parsing moves from b file 9 years ago
position.js Avoid ifs by anding turn bitboard to move target mask early 6 years ago
test.html Add initial implementation 11 years ago
test.js Add initial implementation 11 years ago
ui.js Revert "Implement history support" 8 years ago
zobrist.js Add initial implementation 11 years ago