sothatsit commited on
Commit
c85862b
·
verified ·
1 Parent(s): 810f39a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -2
README.md CHANGED
@@ -5,9 +5,23 @@ license: mit
5
  # RoyalUr - Solved Royal Game of Ur Models
6
 
7
  This repository contains solved [Royal Game of Ur](https://en.wikipedia.org/wiki/Royal_Game_of_Ur)
8
- models for many different [rule-sets](https://royalur.net/rules).
9
 
10
  We will add more information here as we further develop the libraries for using these models:
11
  [RoyalUr-Java](https://github.com/RoyalUr/RoyalUr-Java) and [RoyalUr-Python](https://github.com/RoyalUr/RoyalUr-Python).
12
 
13
- We have an article about solving the game here: [https://royalur.net/blog/solved](https://royalur.net/blog/solved)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  # RoyalUr - Solved Royal Game of Ur Models
6
 
7
  This repository contains solved [Royal Game of Ur](https://en.wikipedia.org/wiki/Royal_Game_of_Ur)
8
+ models for many different [rule sets](https://royalur.net/rules).
9
 
10
  We will add more information here as we further develop the libraries for using these models:
11
  [RoyalUr-Java](https://github.com/RoyalUr/RoyalUr-Java) and [RoyalUr-Python](https://github.com/RoyalUr/RoyalUr-Python).
12
 
13
+ We have an article about solving the game here: [https://royalur.net/solved](https://royalur.net/solved)
14
+
15
+ ## The Models
16
+
17
+ Rule sets:
18
+ * finkel - The famous Finkel rule set by Irving Finkel.
19
+ * masters3d - The Masters rule set by James Masters.
20
+ * masters - An old version of the Masters rule set by James Masters that uses 4 dice instead of 3.
21
+ * blitz - The Blitz rule set by RoyalUr.net.
22
+ * aseb - Simple rule set using Aseb board shape
23
+ * finkel2p - A variant of the Finkel rule set that uses only 2 pieces per player. Useful for testing.
24
+
25
+ Suffixes:
26
+ * No suffix - 16-bit percentage values (0 = 0%, 2^16 - 1 = 100%).
27
+ * _f64 - 64-bit floating point values.