This commit is contained in:
Nick
2019-11-01 12:54:28 -06:00
4 changed files with 24 additions and 4 deletions
+1 -1
View File
@@ -25,7 +25,6 @@ def play_unconstrained():
#generator = WebGenerator(CRED_FILE)
prompt = get_story_start("apocalypse")
context = get_context("apocalypse")
story_manager = UnconstrainedStoryManager(generator)
story_manager.start_new_story(prompt, context=context)
@@ -37,6 +36,7 @@ def play_unconstrained():
if action != "":
action = action.strip()
action = action[0].lower() + action[1:]
if action[-1] == "." or action[-1] == "?" or action[-1] == "!":