This appears primarily in Windows CLIs, see #48. Also `termios` is not supported on Windows, however I haven't yet looked into an alternative.
@@ -75,7 +75,7 @@ def play_aidungeon_2():
story_manager = UnconstrainedStoryManager(generator)
print("\n")
with open('opening.txt', 'r') as file:
with open('opening.txt', 'r', encoding='utf-8') as file:
starter = file.read()
print(starter)
The note is not visible to the blocked user.