A new tool that blends your everyday work apps into one. It's the all-in-one workspace for you and your team
Ever wanted to try Dendry, the free Choice-based IF program? It now comes with a tutorial!
Click the box above!

#ryland grace#phm#rocky the eridian#project hail mary spoilers


seen from United States
seen from Türkiye
seen from Italy
seen from United States
seen from Germany
seen from Germany
seen from United States
seen from United States

seen from Philippines

seen from Malaysia

seen from Germany

seen from Singapore

seen from Malaysia

seen from Singapore
seen from Germany

seen from United States
seen from United States
seen from Ireland
seen from China
seen from China
A new tool that blends your everyday work apps into one. It's the all-in-one workspace for you and your team
Ever wanted to try Dendry, the free Choice-based IF program? It now comes with a tutorial!
Click the box above!
I know how to do in-text links and pop-ups in dendry now :)
The syntax is currently complicated and a bit unnatural (it's just embedded html/js), but I do want to add it as a base language feature. For Archivist I'm thinking of implementing a hypertext wiki-like thing within the game (possibly), which is the only place where this might be helpful. Anyway the code is at https://github.com/aucchen/dendry_test.
Also I'm creating a bunch of html/css templates for dendry at https://github.com/aucchen/dendry-templates.
I’ve created an automated testing script for the dendry system, for the development of Pageant. It can run through the game automatically, either randomly selecting choices or picking choices based on a script, and writes a transcript of the displayed web output as well as the internal stats. Unfortunately it requires the firefox selenium driver as a dependency.
If I ever make another game in dendry (lol), this will come in handy.
Dendry analytics idea: at the end of the game, have a choice to automatically post some subset of the ending stats on a google sheet using the javascript API. this would probably have to be a bespoke per-game system, as maybe the stats/variables we care about is different for each game. Or maybe we could just dump the state json somewhere?
Another dendry idea: command to display character sprites on the page, as in a visual novel (or... birdland). Have different slots where sprites can be displayed - top right, top left, etc. What about mobile? then, maybe the sprites can be placed at the top of the page?