Java Open Chess is a project written in Java in NetBeans IDE. There is possibility to play for 2 players on local computers and via network connection. There is also an option to play versus quite weak computer oponent. Stronger computer oponens will be implemented soon.
ATTENTION: Requires Java 1.8 or higher!
icsdrone is an interface between a chess server and a chess engine
...icsdrone was originally developed for FICS (the Free Internet Chess Server) by Henrik Gram but currently ICC (the Internet Chess Club) works as well.
Some features
- "Daemon mode" (run in background).
- Auto reconnection in case of network problems.
- Builtin support for using timeseal.
- An ICS proxy.
When instructed via the "proxy" option, icsdrone acts as a proxy for the ICS it is connected to. This is similar to using xboard with zippy but now the "GUI" (xboard/winboard) can be closed without terminating the engine.
This is a pc based digital chess clock. Key a-z is used for one player and 0-9 is used for another player for changing turns.
It supports saving the last state in case of power failure, count number of moves.
The code is not so wel organized.