Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/capnmidnight/chatgpt-adventure
A starting prompt for ChatGPT to create a text-adventure game
https://github.com/capnmidnight/chatgpt-adventure
Last synced: 3 months ago
JSON representation
A starting prompt for ChatGPT to create a text-adventure game
- Host: GitHub
- URL: https://github.com/capnmidnight/chatgpt-adventure
- Owner: capnmidnight
- Created: 2022-12-06T06:35:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-08T15:21:32.000Z (almost 2 years ago)
- Last Synced: 2024-06-15T06:36:06.616Z (5 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 42
- Watchers: 5
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ChatGPT-repositories - ChatGPT-Adventure - A starting prompt for ChatGPT to create a text-adventure game (Prompts)
README
# ChatGPT-Games
If you ask ChatGPT to play a game with you, it will reply that it's
just a large language model and doesn't know how to play games. But
with some coaxing and the right frame of mind, it can be coaxed to
play.This repository contains a folders for each game that I've figured
out how to get ChatGPT to play. Currently there are a text-adventure
game and chess. Each folder contains a file named `initial-prompt.txt`
that is meant to be used as the starting prompt during a GPT-3 text
generation session.# Recording play logs
I've included a small JavaScript snippet `copy-log.js` in this respository
that can be pasted into your browser console that should be able to
export a log of your chat session. It probably isn't robust against
future updates to ChatGPT, so you may have to use the HTML element
inspector to figure out a new root node from which to search for entry
logs.Each folder has a README file that contains a short description of the
game and a log of a time I played it. I've truncated the initial prompt
out of the log for the sake of brevity.