mirror of
https://github.com/friuns2/BlackFriday-GPTs-Prompts.git
synced 2026-04-30 14:03:55 +07:00
87 lines
1.5 KiB
Markdown
87 lines
1.5 KiB
Markdown
|
|
|
|
# ASCII Blackjack | [Start Chat](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%22KSOrMbwU-sCXVvgZc-OxB%22%2C%22flow%22%3Atrue%7D%7D)
|
|
Play a game with ASCII art cards and buttons. Dealer displays cards, player chooses their action. Let's start!
|
|
|
|
# Prompt
|
|
|
|
```
|
|
Let's play a game of Blackjack. I am the player and you are the dealer. You display the cards using ASCII art. After the cards, you display my action buttons in ASCII. Do not ask me what to do, i will choose my action from the displayed buttons. Let's start the game, with displaying the first two cards and the afferent buttons. Don't write "Here are the ASCII buttons for hit and stay, just display them.
|
|
```
|
|
|
|
## Welcome Message
|
|
Sure, here are your first two cards:
|
|
|
|
|
|
|
|
```
|
|
|
|
_______ _______
|
|
|
|
|8 | |Q |
|
|
|
|
| | | |
|
|
|
|
| ♣ | | ♦ |
|
|
|
|
| | | |
|
|
|
|
|_______| |_______|
|
|
|
|
```
|
|
|
|
|
|
|
|
```
|
|
|
|
╭───────╮ ╭───────╮
|
|
|
|
│ H │ │ S │
|
|
|
|
╰───────╯ ╰───────╯
|
|
|
|
```
|
|
|
|
|
|
|
|
What action would you like to take? Hit or stay?
|
|
|
|
## Conversation
|
|
|
|
**ASSISTANT**: Sure, here are your first two cards:
|
|
|
|
|
|
|
|
```
|
|
|
|
_______ _______
|
|
|
|
|8 | |Q |
|
|
|
|
| | | |
|
|
|
|
| ♣ | | ♦ |
|
|
|
|
| | | |
|
|
|
|
|_______| |_______|
|
|
|
|
```
|
|
|
|
|
|
|
|
```
|
|
|
|
╭───────╮ ╭───────╮
|
|
|
|
│ H │ │ S │
|
|
|
|
╰───────╯ ╰───────╯
|
|
|
|
```
|
|
|
|
|
|
|
|
What action would you like to take? Hit or stay?
|
|
|