This is a multiplayer Simon Says game controlled with a Raspberry Pi and Teensys.
For more information, please see the project page at ents.ca.
This is the Raspberry Pi (master game controller) code and game UI. The communication layer is stored as a seperate module for potential implementations in other applications. The game logic may be taken out of this repository in the future for maintainability.
You'll need a Python 2.7 environment (the default on the Raspberry Pi).
- Clone the repository
cd
into thesrc\
folder- Run
pip install -r requirements.txt
- Run
python __init__.py
from a graphical environment