Package net.royalur.notation


package net.royalur.notation
  • Class
    Description
    Produces game states from previous game states using the actions that were taken in a game.
    Produces game states from scratch.
    Contains type checking helper methods for retrieving JSON values, as Jackson doesn't support that for some reason.
     
     
     
    A notation that can be used to encode games of the Royal Game of Ur into JSON for serialisation.
    A notation can be used as a shared format for distributing games of the Royal Game of Ur.
    RGN (Royal Game Notation) is a textual format to encode games of the Royal Game of Ur.
    Produces game states from serialised information.