Skip to content

Latest commit

 

History

History
63 lines (41 loc) · 812 Bytes

README.md

File metadata and controls

63 lines (41 loc) · 812 Bytes

Knappespillet

Games for the Kantega wall project.

Local development setup

Prerequesist

  • python3
  • python3 virtualenv

Installing dependencies

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.emulate.txt

Emulate

python3 src/emulate.py

Development/Setup on RPi

Connecting to RPi with SSH

Must be on the KantegaWireless network

Password: raspberry

Deployment

When you want to deploy the latest changes in master, you can

sh deploy.sh

Password: raspberry

Initial setup of Raspberry Pi

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
sudo venv/bin/python src/run.py

TODO

  • Command line arguments
  • Sound effects