Flickgame is a small tool that lets you draw out interactive IF using 16 scenes and 16 colors. It's a pretty fun way to tell interactive microfiction. Additionally, flickgame has two variations that remix the idea:
- Flickgame Jr.: It's got 4 colors 64 scenes. Each scene presents you two branching options.
- Flickdeck: A hidden version of flickgame with 100 scenes and JS scripting. It's undocumented but reading the source you can use
goto(<scene #>)
, next()
, and seek(<number of scenes to move>)
to move between scenes.
Also, Devine Lu Linvega made their own take on Flickgame. I've been using Devine's Flick recently and it's very nice. Kinda a blend of Flickgame and Flickgame Jr with the ability to have conditional scenes.