The first thing to do is to download and install the sample plug-in. Copy the following three files into a working directory:
Then compile them with cgsuite.jar in your classpath. For
example:
javac -classpath "cgsuite.jar;." *.java
To use the new plug-in:
.class files (five of them) into the plugins
subdirectory of your main cgsuite installation.An example plug-in that includes Partizan Nim and Fission.To test the plug-in, try typing the following into the worksheet:
C(PartizanNim([1,3,5],[2,4],9))
Continue on to Partizan Nim