Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 789 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 789 Bytes

Snowman

Node.js CI codecov

Snowman is an advanced Twine 2 story format designed for people who already know JavaScript and CSS. It was originally created by Chris Klimas and is currently maintained by Dan Cox.

What does Snowman offer?

Snowman does not use macros. Instead, it provides template tags, <% ... %>, and a JavaScript API for accessing and manipulating the current story and its passages.

It also includes the JavaScript library jQuery.

Want to learn more?

The official Snowman documentation has more details.