This repository contains the source code for the Burning Man 2019 project, Liminal Entanglement.
- Install python 3.7.4
- Install Pip
- run
pip install wheel
- Download curses library matching your python version here.
- run
python -m pip install curses-2.2-cp34-none-win32.whl
- run
cd terminal
- run
python setup.py install
to install the required packages - Open powershell and execute the following to start the simulated flipdot:
cd terminal\flipdot
python sim.py
- In a separate terminal, run
python terminal_main.py