Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 954 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 954 Bytes

liminal-entanglement

liminal entanglement

Overview

This repository contains the source code for the Burning Man 2019 project, Liminal Entanglement.

Project Info

Testing on Windows

  1. Install python 3.7.4
  2. Install Pip
  3. run pip install wheel
  4. Download curses library matching your python version here.
  5. run python -m pip install curses-2.2-cp34-none-win32.whl
  6. run cd terminal
  7. run python setup.py install to install the required packages
  8. Open powershell and execute the following to start the simulated flipdot:
  • cd terminal\flipdot
  • python sim.py
  1. In a separate terminal, run python terminal_main.py