mirror of
https://github.com/friuns2/BlackFriday-GPTs-Prompts.git
synced 2026-05-02 15:03:54 +07:00
2024 chatgpt update
This commit is contained in:
+38
-2
@@ -1,5 +1,5 @@
|
||||
|
||||
[](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%22KSOrMbwU-sCXVvgZc-OxB%22%2C%22flow%22%3Atrue%7D%7D)
|
||||
|
||||
# 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!
|
||||
|
||||
@@ -9,6 +9,43 @@ Play a game with ASCII art cards and buttons. Dealer displays cards, player choo
|
||||
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:
|
||||
@@ -47,4 +84,3 @@ Let's play a game of Blackjack. I am the player and you are the dealer. You disp
|
||||
|
||||
What action would you like to take? Hit or stay?
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user