This is a simple card game implemented using HTML, CSS, and JavaScript. It uses the Deck of Cards API to fetch a deck of cards, draw two cards, and determine the winner based on their values.
To start the game, simply click the "Start Game" button. The application will fetch a new deck of cards, draw two cards, and display them on the screen. The winner will be determined based on the values of the drawn cards.
-
Clone the repository to your local machine:
git clone https://github.com/your-username/card-game.git
-
Open the
index.html
file in your web browser. -
Click the "Start Game" button to initiate the game.
- HTML
- CSS
- JavaScript
- Deck of Cards API
This project is licensed under the MIT License - see the LICENSE file for details.