Flux ChessWritten by Phokham Nonava |
| MainDownloadFeaturesHistory |
IntroductionFlux Chess is an attempt to write a computer chess engine entirely in Java. The speed of most Java Virtual Machines is improving nowadays. However compared to other C/C++ chess engines Flux is still slow (or maybe my algorithms are not that sophisticated?). As a pure UCI chess engine, Flux does not have a graphical user interface. You can load it however into your favorite chess program if it supports the UCI protocol. I suggest you take a look at the free chess program Arena. I'm personally testing Flux with the Shredder Classic chess program. If you find any bugs or just want to write a comment, don't hesitate to contact me at pn<nospam>@nonava.com (remove the nospam tag). News
Older news deleted... ProjectsJava Chess Protocol InterfaceJCPI provides a clean object-oriented interface to UCI. It parses the UCI protocol stream and converts it to an object-oriented model. If you're writing a Java chess engine, take a look! Spin ChessIn my spare time I'm writing this new engine. In contrary to Flux, she will be written in C++ and hopefully be faster and stronger than him. AcknowledgmentsWriting a computer chess engine is not an easy task. I have learned a lot from the following sources.
|
| Copyright © 2007 Phokham Nonava. All rights reserved. |