Skip to content

Instantly share code, notes, and snippets.

@ashzure-github
ashzure-github / examplestory.txt
Last active June 18, 2024 19:04
example story
#ENTRYPOINT
"Welcome to the test adventure"
1. "yay" > #excited
2. "nay" > #not-excited_ENDING
#/ENTRYPOINT
#not-excited_ENDING
"well, that's rude, goodbye!" (a header with _ENDING will automatically exit the game when enter is pressed so there's no target)
#/not-excited_ENDING
@ashzure-github
ashzure-github / furnace-watchdog.lua
Created August 13, 2023 18:13
furnace-watchdog.lua
-- Configuration
SAMPLE_INTERVAL_SECONDS = 5
SAMPLE_TRIGGER_COUNT = 6
FURNACE_SIDE = "left"
-- Startup banner
term.setCursorPos(1, 1)