diff --git a/console_play.py b/console_play.py index 3b3a867..65aa71e 100644 --- a/console_play.py +++ b/console_play.py @@ -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) diff --git a/story/story_data.yaml b/story/story_data.yaml index 9a94749..584375b 100644 --- a/story/story_data.yaml +++ b/story/story_data.yaml @@ -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. " \ No newline at end of file + 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. " \ No newline at end of file