Skip to content

Instantly share code, notes, and snippets.

@apike
Last active April 7, 2023 20:23
Show Gist options
  • Save apike/dcf39c692809ebe3e45ea846cfa8447e to your computer and use it in GitHub Desktop.
Save apike/dcf39c692809ebe3e45ea846cfa8447e to your computer and use it in GitHub Desktop.
ChatGPT-4 Text Adventure Prompt
This is now maintained here: https://github.com/apike/pikes-prompts/blob/main/gpt4-text-adventure.prompt
@apike
Copy link
Author

apike commented Apr 2, 2023

This prompt is geared towards a story-centric text adventure that leans more towards exploration and social engineering than combat.

Release notes:

  • This prompt has been tuned to work in ChatGPT using GPT-4. It does not work well with GPT-3.5.
  • Because GPT-4 prints out fairly slowly and as of today caps you to 25 messages before you need to come back later, the game feels a bit slow. I'd be curious about suggestions for how to make the prompt "move the plot along" a bit faster.
  • So far I've found LLM-driven text adventures more interesting when the model generates multiple choices for you, rather than letting you type in arbitrary text. This way, part of the fun is discovering what options it'll offer.
  • I tend to explore paths where you're try to sneak or talk your way out of problems, so combat-like situations haven't been well tested yet.

This was originally inspired by an example adventure prompt on makeuseof.com but has iterated and diverged greatly from that origin.

@apike
Copy link
Author

apike commented Apr 5, 2023

  • Added a quest system, where you can accept and complete quests.
  • Attempted to keep things moving by prompting to break up lulls in narrative pace.

@apike
Copy link
Author

apike commented Apr 7, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment