Skip to content

Instantly share code, notes, and snippets.

View Roachbones's full-sized avatar
💜
living in the future

Vivian Rose Roachbones

💜
living in the future
View GitHub Profile
"Christmas Coding Challenge" by Vivian Rose
Chapter 1 - Setup
The doorstep is a room. [[ Inform 10.1.2 requires a room. ]]
When play begins: now the story viewpoint is first person singular; now the story tense is past tense.
A day of Christmas is a kind of thing. The plural of day of Christmas is days of Christmas.
#define TAU 6.2831853071
#include <SPI.h>
#include <Adafruit_NeoPixel.h>
#include "Adafruit_BLE.h"
#include "Adafruit_BluefruitLE_SPI.h"
#include "Adafruit_BluefruitLE_UART.h"
#if SOFTWARE_SERIAL_AVAILABLE
#include <SoftwareSerial.h>
#endif