Skip to content

AryanTavish/BlackJack-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blackjack Game

A modern, interactive Blackjack game built with web technologies.

Live Demo

Play Blackjack Now

Description

This project is a fully functional Blackjack game that simulates the classic casino card game. Players can play against the dealer, place bets, hit or stand according to standard Blackjack rules. The game features realistic card animations, sound effects, and responsive design.

Features

  • Classic Blackjack gameplay
  • Responsive design that works on desktop and mobile devices
  • Animated card dealing and game actions
  • Betting system with chip selection
  • Game statistics tracking
  • Sound effects and music (with toggle options)
  • Clean, intuitive user interface

Technologies Used

  • HTML5, CSS3, JavaScript
  • Local Storage for saving game stats
  • Responsive design principles
  • Card deck management system
  • Animation libraries

Installation

To run the project locally:

  1. Clone the repository

    git clone https://github.com/yourusername/blackjack-game.git
    
  2. Navigate to the project directory

    cd blackjack-game
    
  3. Open index.html in your browser or use a local server

How to Play

  1. Place your bet by clicking on the chips at the bottom of the screen
  2. Click "Deal" to start the game
  3. Choose to "Hit" (take another card) or "Stand" (keep your current hand)
  4. Try to get as close to 21 as possible without going over
  5. Beat the dealer's hand to win!

Game Rules

  • Number cards are worth their face value
  • Face cards (Jack, Queen, King) are worth 10
  • Aces are worth 1 or 11, whichever is more favorable
  • Dealer must hit on 16 or less and stand on 17 or more
  • Blackjack (Ace + 10-value card) pays 3:2

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

Acknowledgments

  • Card imagery inspired by classic casino designs
  • Special thanks to all contributors and testers

About

its a Blackjack web-app to test your luck in the game

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors