Automatically generate game books from scenario data.
People called this plugin.....Sorcerian Text.
- jQuery
- jQuery Markdown
- Sidr
- SmartMenus
- toastr
- Zoombox
- Textillate.js
- JavaScript Cookie
- jQuery SelectBox
- SlickGrid(Playground Flow)
- Ace Editor(Playground Flow/Editor)
- vis.js(Playground Flow)
- jQuery UI(Playground Flow/Editor)
- JsTree(Playground Editor)
- vkBeautify(GBAT2SText)
$(function() {
// Run Scenario(Production Mode)
$('#main').startGame('scepter');
// Run Scenario(Debug Mode:display debug panel)
$('#main').startGame('scepter', true);
// GBAT2SText(Download converted code)
$('#gbat').gbat2stext();
// GBAT2SText(Param: Converted code)
$('#gbat').gbat2stext(function(result) {
...Process the converted code...
});
// Save data backup (Param: selector for scenario code)
$('#backup').backupData('#scenario');
// Save data restore
$('#restore').restoreData();
});
- https://sorcerian.hateblo.jp/entries/2017/12/21 (For Developer)
- https://sorcerian.hateblo.jp/entries/2017/12/20 (For Player)