mirror of
https://github.com/friuns2/BlackFriday-GPTs-Prompts.git
synced 2026-05-01 14:33:54 +07:00
2024 chatgpt update
This commit is contained in:
+26
-2
@@ -1,5 +1,5 @@
|
||||
|
||||
[](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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user