Skip to content

Hexadoon/Meut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)