https://github.com/pranjalco/blackjack-game-intermediate
This is a text-based implementation of the classic Blackjack game in Python. The game follows standard Blackjack rules, allowing players to hit or stand, and includes dynamic handling of Aces, dealer logic, and win conditions. Players can choose to replay the game after each round.
https://github.com/pranjalco/blackjack-game-intermediate
beginner blackjack console-application game-development gaming intermediate python-programming
Last synced: 3 months ago
JSON representation
This is a text-based implementation of the classic Blackjack game in Python. The game follows standard Blackjack rules, allowing players to hit or stand, and includes dynamic handling of Aces, dealer logic, and win conditions. Players can choose to replay the game after each round.
- Host: GitHub
- URL: https://github.com/pranjalco/blackjack-game-intermediate
- Owner: pranjalco
- License: mit
- Created: 2024-12-04T09:48:07.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-16T15:33:05.000Z (3 months ago)
- Last Synced: 2025-03-16T16:34:40.932Z (3 months ago)
- Topics: beginner, blackjack, console-application, game-development, gaming, intermediate, python-programming
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blackjack Game
A text-based Python implementation of Blackjack with hit/stand options, dynamic Ace handling, dealer logic, and replay functionality.## Author
Pranjal Sarnaik## Features
- Text-based gameplay with player and dealer logic.
- Dynamic Ace value adjustment (1 or 11) for optimal scoring.
- Dealer follows strict rules, drawing until 17 or higher.
- Automatic win/loss checks, including Blackjack conditions.
- Option to replay after each round for continuous play.## Tech Stack
Intermediate | Python | Functions | Conditional Statements | Loops | Random Module | Game Logic | User Input Handling | Gaming## How to Run
1. Clone the repo:
```bash
git clone https://github.com/pranjalco/blackjack-game-intermediate.git2. Run:
```bash
python app.py**Created by Pranjal Sarnaik**
*© 2024. All rights reserved.*