abstract
This project's objective is to recreate a version of the famous card game called "Dubito",
following the rules and ideas of the videogame "Liar's Bar" and "Master Bluff".
The game rules are the following:
- At the start of each round each player receives 5 cards and a specific type of card is
declared (Kings, Queens, Aces); - Players during their turn can do one of the following actions:
- Discard up to 3 cards from their hand facedown, those being of the same type that was
declared at the start of the round or not. - Call the previous player "liar", if the player is not the first one playing in the round.
- When a player calls for a lie, the cards that were discarded are shown and 2 possible
scenarios may occur:- If that player did lie, the lying player loses 1 life.
- If that player did not lie, the one who called for the bluff loses 1 life.
- Each player starts with 2 lives, and the last remaining living player is declared the winner.
outcomes