StrokeOfLuck / node-redscape

Node-REDscape is a set of nodes, flows, and templates for monitoring and controlling escape room puzzle props using Node-RED

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node-REDscape

Introduction

Node-REDscape is a set of extensions and utilities for Node-RED - a general purpose event-driven framework - that provides additional templates, workflows, code libraries, and "recipes" that illustrate how to implement functionality commonly used in escape room scenarios.

Example Uses

  • Send messages to and from prop controllers, such as Arduino, Raspberry Pi, or ESP8266 devices
  • Create a browser-based dashboard for gamesmasters that shows the status of all puzzles in the room, providing options to remotely solve or reset them
  • Start/stop a game timer, make manual adjustments, and display time remaining on an in-room display for players that can be styled to match the theme of your room
  • Display pre-defined or custom hints on various devices - a monitor, LCD display, printer etc.
  • Define events that are triggered after a certain amount of time, with a random chance, or on completion of certain pre-requisites
  • Interface with lighting and sound systems using industry-standard communications such as DMX and MIDI, Philips Hue lighting, etc.

Screenshots

Dashboard

"Example GM Dashboard"

In-Room Display

"Example In-Room Display"

Flow

"Example Flow"

Features

  • Free and open source - Completely free to download and use.
  • Robust - The Node-RED framework on which PropControl is built was originally developed by IBM, and now supported by the OpenJS Foundation. It is being used by tens of thousands of users across the world, and is actively maintained and developed.
  • Flexible - The system is completely customisable and extendable, so you never have to worry about having your imagination limited by your control software. Want to make a game that streams live video? Integrate with a social media feed? No problem - there's a node for that.
  • Supports a wide range of platforms - The prop control server can be run on Windows, Linux, or Raspberry Pi. Individual prop controllers can be based on Raspberry Pi, any model of Arduino, ESP32, ESP8266, Teensy, and many more. Devices may be connected via ethernet, Wi-Fi, serial connection, and messages transferred via JSON, CSV, binary, or simple text.

To Get Started

The Wiki contains a growing list of "recipes" - examples of different common functionality that you can learn from, copy, and adapt. Choose a recipe from the wiki sidebar and read the notes. To create a flow using that recipe, highlight and copy the JSON file to your clipboard and paste it into the import menu of your own Node-RED instance.

About

Node-REDscape is a set of nodes, flows, and templates for monitoring and controlling escape room puzzle props using Node-RED


Languages

Language:C# 82.3%Language:C++ 17.7%