In order to be able to open and edit the code you'll need a Java IDE. Personally, in that matter, I'd suggest to use the Eclipse. Once you got the Eclipse IDE installed on your PC, you need to import ...
A chess GUI and handmade engine written in Javascript which utilises advanced search strategies such as bitboard board representation and minimax search with alpha beta pruning. The AI makes use of a ...