Skip to content

pinkysee/blackjack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blackjack Game

Blackjack Game
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!

Project Overview

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.

Features

  • 🎴 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.

Demo

Play the game now:
🔗 Blackjack Game

Installation and Setup

  1. Clone the repository:
    git clone https://github.com/your-username/blackjack-game.git
  2. Navigate to the project folder: cd blackjack-game
  3. Open index.html in a browser or use a local server (e.g., Live Server in VS Code).

Technologies Used

• HTML5: For the game’s structure. • CSS3: For styling and responsive design. • JavaScript: For game logic and interactivity. • GitHub Pages: For deployment.

Contributing

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/your-feature
  3. Commit your changes: git commit -m "Add new feature"
  4. Push to your fork: git push origin feature/your-feature
  5. Submit a Pull Request to the original repository.

License

This project is licensed under the MIT License.

Play Blackjack and test your skills! 🃏

About

Classic BlackJack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors