File size: 1,175 Bytes
aedc735
 
 
1bdb162
 
 
 
c85862b
1bdb162
 
 
322a72e
c85862b
 
 
 
 
e489bbe
 
 
 
5d7b6a8
 
c85862b
c68cf3b
e489bbe
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
license: mit
---

# RoyalUr - Solved Royal Game of Ur Models

This repository contains solved [Royal Game of Ur](https://en.wikipedia.org/wiki/Royal_Game_of_Ur)
models for many different [rule sets](https://royalur.net/rules).

We will add more information here as we further develop the libraries for using these models:
[RoyalUr-Java](https://github.com/RoyalUr/RoyalUr-Java) and [RoyalUr-Python](https://github.com/RoyalUr/RoyalUr-Python).

We have an article about solving the game here: [https://royalur.net/solved](https://royalur.net/solved)

## The Models

Rule sets:
* **finkel** - The famous Finkel rule set by Irving Finkel.
* **masters3d** - The Masters rule set by James Masters.
* **masters** - An old version of the Masters rule set by James Masters that uses 4 dice instead of 3.
* **blitz** - The Blitz rule set by RoyalUr.net.
* **aseb** - Simple rule set based upon the Finkel rule set, but using the Aseb board shape.
* **finkel2p** - A variant of the Finkel rule set that uses only 2 pieces per player (useful for testing).

Data types:
* **No suffix** - 16-bit percentage values (0 = 0%, 2^16 - 1 = 100%).
* **_f64** - 64-bit floating point values.