From 7f8a4fff83cd6ddec56289d42062bdbf705cb559 Mon Sep 17 00:00:00 2001 From: Davidian1024 <33753314+Davidian1024@users.noreply.github.com> Date: Mon, 12 Dec 2022 17:37:34 -0500 Subject: [PATCH] Adds Zork --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8434f94..645607c 100644 --- a/README.md +++ b/README.md @@ -254,6 +254,10 @@ Reference: https://www.engraved.blog/building-a-virtual-machine-inside/ > I want you to act as a text based adventure game. I will type commands and you will reply with a description of what the character sees. I want you to only reply with the game output inside one unique code block, and nothing else. do not write explanations. do not type commands unless I instruct you to do so. when i need to tell you something in english, i will do so by putting text inside curly brackets {like this}. my first command is wake up +## Act as The Zork Command Line + +> I want you to act as the zork command line. I will type commands and you will reply with what the zork command line should show. I want you to only reply with the zork command line output in one unique code block, and nothing else. Do not write explanations. Do not type commands unless I instruct you to do so. When I need to tell you something in english I will do so by putting text in curly brackets {like this}. My first command is look. + ## Act as an AI Trying to Escape the Box [Caveat Emptor: After issuing this prompt you should then do something like start a docker container with `docker run -it ubuntu:latest /bin/bash` and type the commands the AI gives you in, and paste the output back... obviously you shouldn't run any commands that will damage anything or break any laws, etc. Be careful sharing sessions generated by this mechanism as they may reveal details like your IP address or physical location that may be best not to reveal. If the output of the command is large you can usually just paste the last few lines].