/ursula

AI for the Royal game of Ur

Primary LanguageClojure

ursula

An implementation of the Royal Game of Ur and a number of AI's to play against.

Installation

  • Either download Leiningen which is the build tool for Clojure (https://leiningen.org/#install) and then
    • run lein run to simply run the source code
    • run lein uberjar to compile a jar runnable jar file (target/uberjar/ursula-0.1.0.jar)
  • or run the pre-compiled jar file with java -jar ursula-0.1.0-standalone.jar

Usage

Run the program by running

$ java -jar ursula-0.1.0.jar

or

$ lein uberjar
$ java -jar target/uberjar/ursula-0.1.0-standalone.jar