Horror Rogue with Microphone Interaction
Make sure you have a working mic
- Use WASD to move your character
- Try not to make noise to avoid attracting monsters
- Find the exit to proceed to the next level
PortAudio
sudo apt-get install python3-pyaudio
(to install PyAudio and PortAudio) or brew install portaudio
(on Mac for PortAudio only)
requirements.txt
pip3 install -r requirements.txt
(preferably within a Python3 virtual environment)
Do note that requirements.txt includes Mac-specific pip installs (pyobjc)