Skip to content

ChrRaz/ursula

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

AI for the Royal game of Ur

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published