JavaChess 4 has been created with Java 7 in 2013. It reaches depth 7 in less than 1s on modern 2018 computer, features :
- human vs human
- human vs comp
- comp vs comp
- load/save
- algebraic notation
- alpha-beta
- depth 1 multithreading
- native bitboards
- sliding moves
- sound
To run it, create an empty Java project import the 4 packages, put source files into and run main method, see run from source screenshot. It is also possible to directly run the jar with "java -jar JavaChess4.jar", see run from jar screenshot.
Feel free to contact me : [email protected]