/Escape-Room

Escape Room Puzzle using RPi.GPIO and pygame

Primary LanguagePython

Install

git clone https://github.com/walidbadar/Escape-Room.git

Python Dependencies

  • numpy
  • pygame
  • sounddevice
  • soundfile
  • pydub
pip3 install numpy pygame sounddevice soundfile pydub
sudo apt-get install libportaudio2

Auto Start

@reboot DISPLAY=:0 nohup python3 -u /home/nathan41/main.py >/dev/null 2>&1