CardWorld1

2010 Aug 26 - James A. Mason

CardWorld1 is the first implementation in Java of CardWorld.  See the CardWorld home page for details about it. 

CardWorld1.zip contains all of the files necessary to run the example.  Just download the zip file to a directory of its own, extract all of the files from the zip archive, and use the following java command in that directory to run it: 
java -cp cards1.jar;asddigraphs.jar cards1.CardWorld
Or you may be able to run it with a simpler command line:  java cards1.CardWorld

The model was compiled with Java jdk1.6.0_17 and should be run with JRE 6.

See asd-networks.com to run the model as a Java Web Start application.

The file CardWorld1Source.zip contains the Java source code for CardWorld1.


CardWorld home page