Dice is a java implementation of a game often called Liar's Dice.

Here is an abbreviated description of the rules used in our implementation of this domain:
  • Each player gets five six-sided dice and a cup to conceal their dice from other players.
  • To begin each round, all players roll their dice under their cups and look at their new 'hand' while keeping it concealed from the other players. The first player begins bidding, picking a quantity of a face number. The quantity states the
...