Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 759 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 759 Bytes

Meut

Horror Rogue with Microphone Interaction
Requirements Status

How to Play

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

Necessary Installs

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)