This repository contains a card game implemented in HTML, CSS, and JavaScript, based on the classic rules of Briscola.
Briscola is a traditional Italian trick-taking card game, typically played with a 40-card Italian deck. It can be played by 2 or 4 (in teams of 2) players.
- Each player is dealt 3 cards. The rest form a face-down deck.
- The top card of the deck is revealed and determines the Briscola (trump suit).
- Players play one card each per round (called a trick).
- The trick is won by:
- The highest card of the leading suit, unless
- A Briscola (trump) is played β in that case, the highest Briscola wins.
- After each trick, players draw a card from the deck (starting with the winner).
- Card point values:
- Ace (Asso): 11 points
- Three (Tre): 10 points
- King (Re): 4 points
- Horse (Cavallo): 3 points
- Jack (Fante): 2 points
- Other cards: 0 points
- The game ends when all cards are played.
- The player or team with the highest total score (out of 120) wins.
- HTML5
- CSS3
- JavaScript ES6 (Vanilla)
This project is licensed under the MIT License β see the LICENSE file for details.