A sleek and interactive Blackjack game built with Svelte and styled with Tailwind CSS. Test your luck against the dealer in this classic casino game!
Blackjack, also known as 21, is a popular casino card game. Here's a quick overview of the rules:
To get started with this project, clone the repository and install the dependencies:
# Clone the repository
git clone https://github.com/obed-tc/black-jack.git
cd black-jack
# Install dependencies with npm
npm install
# Or with pnpm
pnpm install
To run the development server:
npm run dev
# or
pnpm run dev
To build for production:
npm run build
# or
pnpm run build
To preview the production build:
npm run preview
# or
pnpm run preview
Contributions are welcome! Here's how you can contribute:
git checkout -b feature-branch-name
git commit -m 'Add some feature'
git push origin feature-branch-name
Please make sure to update tests as appropriate and adhere to the existing coding style.
This project is open source and available under the MIT License.
Obed TC - GitHub Profile
Check out the live demo of the game: Blackjack Game
Enjoy the game and may the odds be in your favor! 🍀