Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 474 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 474 Bytes

led_brick_socket_io

For playing a tetris game on the RMM LEDMatrix screen, controlled by any web-enabled device (laptop, smart phone, etc.) on the RMM network.

Dependencies:

sudo apt-get install libevent-dev
sudo pip install pyramid gevent gevent-socketio gevent-subprocess
sudo pip install pyramid_socketio

Setup:

. env/bin/activate
python setup.py develop

Commands to start it running:

cd led_brick_socket_io
pserve --reload development.ini