Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jciafardo/blackjack
Simple game of python blackjack !
https://github.com/jciafardo/blackjack
Last synced: 12 days ago
JSON representation
Simple game of python blackjack !
- Host: GitHub
- URL: https://github.com/jciafardo/blackjack
- Owner: jciafardo
- Created: 2022-07-25T15:34:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-29T18:15:32.000Z (6 months ago)
- Last Synced: 2024-05-30T08:21:34.987Z (6 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Blackjack
## Overview
Welcome to Python Blackjack! This is a simple command-line Blackjack game written in Python. The game allows players to play Blackjack against a computer dealer right from their terminal.
## How to Play
1. **Get Started**: Clone the repository to your local machine.
2. **Run the Game**: Open your terminal, navigate to the game directory, and run the `python game_test2.py` command to start the game.
3. **Gameplay**: Follow the prompts to play Blackjack. You can hit, stand, or quit based on your hand and the dealer's hand.
4. **Winning**: Try to beat the dealer by getting as close to 21 as possible without going over. If your hand beats the dealer's hand without busting, you win!## Features
- Simple command-line interface.
- Player-friendly prompts for hitting, standing, or quitting.
- Basic Blackjack game logic, including calculating hand values and determining winners.## Requirements
- Python 3.x
## Installation
1. Clone the repository: