† Not under development anymore.
Chesslave is an application helping you to play chess in a better way, using a real chessboard.
Basically it gives you a slave that stands for you in front of the screen and
- sees the opponent moves analyzing the board image,
- pronounces them,
- listens for your moves and
- performs the move for you on the screen.
These actions are implemented emulating the four organs involved in the process, that is the eyes to see, the mouth to speak, the ears to listen and the hands to move.
Compile Chesslave with the following command:
mvn clean package [-P platform]
Option -P
allows you to specify the build environment. platform
may be one of:
- linux
- macosx
- windows
See POM.xml
and javacpp-presets for more details.