Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-06-26T16:12:14.000Z (4 months ago)
- Last Synced: 2024-07-13T14:33:42.374Z (4 months ago)
- Topics: snowman, story-formats, twine
- Language: HTML
- Homepage:
- Size: 7.18 MB
- Stars: 126
- Watchers: 4
- Forks: 34
- Open Issues: 23
-
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
![Node.js CI](https://github.com/videlais/snowman/workflows/Node.js%20CI/badge.svg) [![codecov](https://codecov.io/gh/videlais/snowman/branch/master/graph/badge.svg)](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.