henck / trizbort

This is a browser implementation of the Trizbort adventure game mapping and code generation software.
MIT License
25 stars 16 forks source link
adventure adventure-game-mapping code-generation inform7 tads3 typescript

Trizbort.io

Trizbort.io is a JavaScript implementation of Trizbort, the adventure game mapping and code generation software. It aims to provide all Trizbort features in the browser, so that no download is required to create and share Trizbort maps, and generate code for several adventure design systems.

Drawing a map in Trizbort.io

Code generation

At the moment, Trizbort.io supports code generation for the following design systems and formats:

Code generation is more complete for some systems than for others. Experts are very welcome to contribute to make code generation results more complete. Code generation for Ink and Hugo may be added in the future.

Contributing

Trizbort.io is written in TypeScript using the JAMstack. There is no server back-end and there are few dependencies. It is simple to get it to run locally so you can hack on it. To do so:

Public web application

The public end-user implementation of Trizbort runs at Trizbort.io. The implementation is updated regularly to reflect changes as these are built into this repository.