## Description
In the game you should challenge computer in the Italian card game Briscola.
It is a trick-taking card game for two players (in this implementation),
played with a standard Italian 40-card deck. After the deck is shuffled, each
player is dealt three cards. The next card is Briscola, and it represents the
trump suit for the game. It is placed face up on the playing surface, and the
remaining deck is placed face down, covering half of the up-turned card. Cards
have different ranks and different point values. The trick consists of two
cards of each hand, and it is taken by the hand with highest card. Also,
players are not required to follow suit. So, based on your strategy, you
should collect more points than your computer opponent will do. The game was
made in Italian.