BlackJack Game

Welcome to the Blackjack game project! This is a simple implementation of the classic card game using HTML, CSS, and JavaScript.

Blackjack Demo

Features

  • Play a classic game of Blackjack against the computer (2 players at this moment).
  • Keep track of your total score.
  • Simple and intuitive user interface.

Getting Started

To run this project locally on your machine, follow these steps:

  1. Clone this repository to your local machine:

    git clone https://github.com/Marco-Aldana/WEB-BlackJack.git
    
  2. Navigate to the project directory:

    cd blackjack
    
  3. Open the index.html file in your preferred web browser.

That's it! You should now be able to play the Blackjack game locally on your machine.

How to Play

  1. Click the "New Game" button to start a new round.
  2. Click "Get card" to receive a new card. Try to get as close to 21 as possible without going over.
  3. Click "Stop" when you're satisfied with your hand.
  4. The computer will then reveal its cards and play its hand.
  5. The round will be scored, and you can start a new game by clicking "New Game" button.

Contributing

If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix: git checkout -b feature/your-feature-name or bugfix/your-bug-fix.
  3. Make your changes and commit them: git commit -m "Your commit message here".
  4. Push your changes to your fork: git push origin feature/your-feature-name.
  5. Open a pull request on the original repository.

License

This project is licensed under the MIT License.