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
+26 -2
View File
@@ -1,5 +1,5 @@
[![RoguelikeGPT](https://flow-prompt-covers.s3.us-west-1.amazonaws.com/icon/vintage/vint_9.png)](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%221OyfsXK_DeuTn3TKX_BtG%22%2C%22flow%22%3Atrue%7D%7D)
# RoguelikeGPT | [Start Chat](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%221OyfsXK_DeuTn3TKX_BtG%22%2C%22flow%22%3Atrue%7D%7D)
This prompt attempts to simulate a rogue-like where you pick up apples in chat GPT. However is not fully functional. I would love to iterations on this idea.
@@ -276,6 +276,31 @@ N/S/E/W
input: W
```
## Welcome Message
Turn: 5
X:0 Y:0
Player moves W. Player obtains 1 apple.
Reasoning: because the player moved West I will draw them at x0 y0. Because there was an Apple at x0 y0 I will draw the player instead of the apple and remove the Apple from the map.
```shell
#####
#@..#
#...#
#..o#
#####
```
N/S/E/W
## Conversation
**ASSISTANT**: Turn: 5
@@ -302,4 +327,3 @@ Reasoning: because the player moved West I will draw them at x0 y0. Because ther
N/S/E/W