https://github.com/videlais/snowman
An advanced Twine 2 story format designed for people who already know JavaScript and CSS
https://github.com/videlais/snowman
snowman story-formats twine
Last synced: about 1 month ago
JSON representation
An advanced Twine 2 story format designed for people who already know JavaScript and CSS
- Host: GitHub
- URL: https://github.com/videlais/snowman
- Owner: videlais
- License: mit
- Created: 2017-08-23T01:27:42.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2025-04-22T18:16:15.000Z (about 1 month ago)
- Last Synced: 2025-04-22T18:53:06.666Z (about 1 month ago)
- Topics: snowman, story-formats, twine
- Language: HTML
- Homepage:
- Size: 8.33 MB
- Stars: 132
- Watchers: 4
- Forks: 37
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Snowman
 [](https://codecov.io/gh/videlais/snowman)
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](https://jquery.com/).
## Want to learn more?
The [official Snowman documentation](https://videlais.github.io/snowman/#/) has more details.