2024 chatgpt update

This commit is contained in:
Your a
2024-05-06 10:24:52 +03:00
parent 6e6445d44a
commit c8302bf3ae
8709 changed files with 190023 additions and 18711 deletions
+38 -2
View File
@@ -1,5 +1,5 @@
[![ASCII Blackjack](https://flow-prompt-covers.s3.us-west-1.amazonaws.com/icon/vintage/vint_1.png)](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?