lordmauve / adventurelib

A minimal library for writing text adventure games in Python 3
https://adventurelib.readthedocs.io/
MIT License
153 stars 42 forks source link

Audio mode #21

Open lordmauve opened 5 years ago

lordmauve commented 5 years ago

A modern approach to a text adventure game might be to use voice recognition and speech synthesis to converse with the game.

This could be via Python TTS APIs or putting adventurelib behind an Alexa skill/Google Home Action.

Example code for a similar project is at https://github.com/lordmauve/brexit-alexa