Sponsors
Submitted by xman on Sun, 17/09/2006 - 11:33pm
Posted in
I believe you'll not want to use command interface to play board game Reversi. Try this out, Reversi in Java xversi-java-v0.6b under GPL. The package includes both source codes and .class files. To play, simply extract files in the package and open the test.html using appletviewer or a browser with Java support. The implementation is lightweight, all the drawings are generated real-time, without using any picture files.
This had been further extended to use RMI (remote method invocation) to support parallel evaluation. However, it's troublesome to run and requires some security setting of the Java applet to be able to access host file. If you think it's interesting, stay tuned. :)

Post new comment