Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frolov-andrey2405/blackjack
Blackjack, also known as "twenty-one," is a card game in which players try to score a number of points as close to 21 as possible, but no more than that number.
https://github.com/frolov-andrey2405/blackjack
Last synced: about 19 hours ago
JSON representation
Blackjack, also known as "twenty-one," is a card game in which players try to score a number of points as close to 21 as possible, but no more than that number.
- Host: GitHub
- URL: https://github.com/frolov-andrey2405/blackjack
- Owner: Frolov-Andrey2405
- Created: 2023-08-24T15:04:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-24T15:16:13.000Z (about 1 year ago)
- Last Synced: 2023-08-24T17:19:23.783Z (about 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blackjack
**Blackjack**, also known as "twenty-one", is a classic card game that challenges players to reach a total card value as close to 21 as possible without exceeding it. This program brings the excitement of Blackjack to life using ASCII graphics – images created from text characters.
## Features
- Enjoy the nostalgia of ASCII art while playing Blackjack.
- Simple and intuitive gameplay that mirrors the traditional Blackjack experience.
- ASCII graphics representing playing cards, adding a unique visual dimension to the game.## How to Play
1. Run the program in a compatible environment.
2. Follow the on-screen prompts to play and make your betting decisions.
3. Experience the thrill of ASCII Blackjack as you compete against the computer!## ASCII Card Art
```
___ ___
|K | |K |
| ♣ | | ♠ |
|__K| |__K|
```## Technologies Used
This program utilizes:
- ASCII graphics for visual representation.
- Basic input/output system to interact with players.