Skip to content

tufkan1/React-Blackjack-Game

Repository files navigation

React Blackjack Game

A fun, interactive Blackjack game built with React and Next.js. Improve your Blackjack skills or simply enjoy playing the classic casino game in the comfort of your browser. This game utilizes the Deck of Cards API for card shuffling and drawing.

Test the Game

You can test the game by visiting the live demo.

Features

  • Realistic game logic and card shuffling
  • Intuitive bet placement and game controls
  • Player balance tracking and display
  • In-game alerts for game results (Win, Lose, Draw, and Blackjack)

Getting Started

  1. Clone the repository
git clone https://github.com/yourusername/react-blackjack-game.git
  1. Install dependencies
cd react-blackjack-game
npm install
  1. Run the development server
npm run dev
  1. Open your browser and navigate to http://localhost:3000. Enjoy playing Blackjack!

Contributing

Feel free to contribute to the project by submitting issues, bug reports, or pull requests. Your feedback is greatly appreciated!

License

This project is licensed under the MIT License.

Releases

No releases published

Packages

No packages published