--- 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.