Code Monkey home page Code Monkey logo

royalur's Introduction

The Royal Game of Ur: The Classic Version
=========================================

Code for playing analyzing and exploring the Royal Game of Ur (classic rules).

Read about the game and code at https://jheled.github.io/royalur/.

Installation:
=============

WE ARE TRANSITIONING TO PYTHON 3. REPO MIGHT BE BROKEN AT THE MOMENT

You can install directly from github using pip:

>>> pip install -e git+https://github.com/jheled/royalur.git#egg=royalur

Or download the last Python 2 distribution from:

>>> wget https://filedn.com/llztAlmJ0zvkPa8QEheU5n5/royalur-0.2.0.tar.gz

Both the distribution and github are missing the database file, which is too big
for github and too big anyway. If you want to run with Ishtar (and you do),
download the file from pCloud and place it in the 'data/' directory.

>>> cd data; wget https://filedn.com/llztAlmJ0zvkPa8QEheU5n5/db16.bin


If you cloned the respository or downloaded the distribution you need to install
this python package by running 'python setup.py install'.

To install locally run 'python setup.py install --home=DIR', and add 'DIR/lib/python'
to the PYTHONPATH environment variable.

For example:
  python3 setup.py install  --home=./`python3 --version 2>&1 | sed -s "s/Python /version-/"`

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.