Implementation of Space Invaders using Myo Armband to control movement and Voice Recognition to trigger special events.
- Move your arm Up or Down for movement control.
- Fist pose to fire.
- Say: Hello to start the game. Life to restore lifes. Reset to reset the game.
- Myo Armband: https://www.myo.com/
- Microphone: Anything to record your voice while you play. The microphone used is the default set in your computer.
- py-game: https://www.pygame.org
- myo-python: https://github.com/NiklasRosenstein/myo-python
- six: https://pypi.python.org/pypi/six
- Speech-Recognition: https://pypi.python.org/pypi/SpeechRecognition/ (and pyaudio)