/Domains-Dice

Dice is a java implementation of a game often called Liar's Dice.

Primary LanguageJava

Java implementation of the Dice Game.

Requires these jars on the classpath:

sml.jar
soar-qna-9.3.1.jar
soar-smljava-9.3.1.jar

Also needs the environment variables SOAR_HOME set and LD_LIBRARY_PATH on Linux (DYLD_LIBRARY_PATH on OSX, PATH on Windows) set to $SOAR_HOME/lib.

To import into Eclipse, go to File > New > Java Project, un-check "Use Default Location" and under "Location" select the root directory of the project. All other default settings should be fine.

To run, right-click on the SoarMatch.java file and select Run As > Java Application.