This commit is contained in:
Nick Walton
2019-11-14 17:01:37 -07:00
parent 31bf02ab95
commit 6d82fd855e
2 changed files with 5 additions and 3 deletions
+2 -2
View File
@@ -14,8 +14,8 @@ CRED_FILE = "./AI-Adventure-2bb65e3a4e2f.json"
def play_unconstrained():
generator = SimpleGenerator()
prompt = get_story_start("zombies")
context = get_context("zombies")
prompt = get_story_start("classic")
context = get_context("classic")
story_manager = UnconstrainedStoryManager(generator)
story_manager.start_new_story(prompt, context=context)
+3 -1
View File
@@ -29,4 +29,6 @@ contexts:
hospital: "You forgot everything before the hospital and are now trying to figure out what to do next. "
apocalypse: "Long ago the bombs fell and the world ended. You are one of the few who is still alive. You are trying to survive by scavenging among the ruins of what is left behind. "
apocalypse: "Long ago the bombs fell and the world ended. You are one of the few who is still alive. You are trying to survive by scavenging among the ruins of what is left behind. "
classic: "You enter a dungeon with your trusty sword and shield. You are searching for the evil necromancer who killed your family. You've heard that he resides at the bottom of the dungeon, guarded by legions of the undead. "