mirror of
https://github.com/wassname/Clover-Edition.git
synced 2026-09-09 11:13:26 +08:00
fantasy
This commit is contained in:
+2
-2
@@ -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)
|
||||
|
||||
|
||||
@@ -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. "
|
||||
Reference in New Issue
Block a user