A classic Blackjack (21) game built with JavaScript, HTML, and CSS, deployed on GitHub Pages. Enjoy a simple, engaging, and fully browser-based card game where you can test your luck and strategy against the dealer!
Blackjack Game is a web-based implementation of the popular card game Blackjack. Designed to showcase web development skills, it offers a seamless and intuitive experience for players of all levels, running directly in the browser.
- 🎴 Full implementation of classic Blackjack rules.
- 🖥️ Browser-based interface compatible with modern browsers.
- 📱 Responsive design optimized for mobile devices.
- 🃏 Random card generation using JavaScript.
- 🎮 Interactive gameplay: hit, stand, or start a new game.
- 🌐 Hosted on GitHub Pages for instant access.
Play the game now:
🔗 Blackjack Game
- Clone the repository:
git clone https://github.com/your-username/blackjack-game.git
- Navigate to the project folder:
cd blackjack-game - Open index.html in a browser or use a local server (e.g., Live Server in VS Code).
• HTML5: For the game’s structure. • CSS3: For styling and responsive design. • JavaScript: For game logic and interactivity. • GitHub Pages: For deployment.
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature - Commit your changes:
git commit -m "Add new feature" - Push to your fork:
git push origin feature/your-feature - Submit a Pull Request to the original repository.
This project is licensed under the MIT License.
Play Blackjack and test your skills! 🃏