Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.