Zork I on jon.dev ================= This page bundles an unmodified Z-machine story file with a modified, browser-based interpreter. The game is loaded only after the mailbox is opened. All bundled code described below is available under the MIT License. No Bocfel or other GPL-licensed interpreter code is included. Zork I ------ Source: https://github.com/historicalsource/zork1 Revision: 97b7b3d68c075dd9af7da499c3e9690ada3471fd Story: COMPILED/zork1.z3 SHA-256: 37084966477dff679282de42974b2077156b1bd68fad92a65d4ea94d8eb64d79 Browser wrapper: zork1.z3.js (base64 encoding of the same story file) License: MIT License; see licenses/ZORK-I-MIT.txt The MIT license does not grant trademark rights. “Zork” is used here only to identify the work. The upstream artwork, packaging, and logos are not included. jon.dev is not affiliated with, endorsed by, or sponsored by Microsoft. Parchment and the Z-machine interpreter --------------------------------------- Base release: Parchment 2025.1.14 Source: https://github.com/curiousdannii/parchment Revision: 01948aa83feec25e6cc7d41e023ffe61983acfe6 Release page: https://github.com/curiousdannii/parchment/releases/tag/2025.1.14 Bundled files: interpreter/parchment.js, interpreter/parchment.css License: MIT License; see licenses/PARCHMENT-MIT.txt This is a custom, Z-code-only build. It replaces Parchment's GPL-licensed Bocfel backend with the MIT-licensed ifvms.js ZVM, and uses the matching MIT-licensed Glk API and local-storage dialog so explicit saves, restores, and autosaves continue to work. The dialog also has local accessibility labels. Build provenance and the source changes are recorded in SOURCE.txt and INTERPRETER-PATCH.diff. Bundled source components: - AsyncGlk, revision 051f5502ea8abddc5fbfffb76decb9573be7bb01; MIT License; see licenses/ASYNCGLK-MIT.txt - GlkOte, revision 8716d29891670ba63d02d3e091a3c2b37ffe17bf; MIT License; see licenses/GLKOTE-MIT.txt - ifvms.js ZVM 1.1.6, revision 8b8804495b28bac0f54029011bdb90bc7c5d5f69; MIT License; see licenses/IFVMS-MIT.txt - base32768 3.0.1; MIT License; see licenses/BASE32768-MIT.txt - body-scroll-lock 4.0.0-beta.0; MIT License; see licenses/BODY-SCROLL-LOCK-MIT.txt - fflate 0.8.2; MIT License; see licenses/FFLATE-MIT.txt - lodash-es 4.18.1; MIT License; see licenses/LODASH-MIT.txt jQuery ------ Version: 3.7.1 Source: https://github.com/jquery/jquery/tree/3.7.1 Bundled file: interpreter/jquery.min.js License: MIT License; see licenses/JQUERY-MIT.txt