Home
Start a new game
Explore games
Help
Log in or sign up
Log in
Username
Password (
Forgot it?
)
×
New to Playfic?
Full Name
Email
Username
Password
Password (confirm)
Are you sure about this?
Web Hook
by
Erin Sparling
Played 1,018 times
View game source
(spoilers!)
Download the
.z8 file
Source Code
github is a room. "github.com, where software is built. This is an experiment in constructing an interactive fiction that can be used with a chrome extension." The repository is a thing. The repository is in github. The repository is fixed in place. Understand "repo" as repository. The description of the repository is "A collection of commit changes over time. " The webhook is a thing. The webhook is on the repository. The webhook can be triggered. The description of the webhook is "An action for the repository. Currently the webhook is set to be triggered in response to all actions." Understand "hook" as webhook. The url is a text that varies. The url is "[quotation mark]https://github.com...[quotation mark]". Triggering is an action applying to one thing. Understand "trigger [something]" as triggering. Forking is an action applying to one thing. Understand "fork [something]" as forking. Cloning is an action applying to one thing. Understand "clone [something]" as cloning. Understand "git clone" as cloning. After triggering the webhook: say "{payload:[url],message:[quotation mark]Nice Job![quotation mark]}"; award 1 point. After cloning: say "Nice." Every turn while in the github: if score is 1 begin; say "You have triggered the webhook!"; end the game in victory; end if.