Skip to content

Commit

Permalink
Deploying to gh-pages from @ c3d72e8 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
curiousdannii committed Sep 1, 2024
1 parent d8555b5 commit 7b11dcd
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
</head>
<body>
<h1>Infocom Frotz</h1>
<h2>Online player for Infocom's Z6 games</h2>
<h2>Online player for Infocom's multimedia games</h2>
<div id="games">
<h2><a href="arthur.html"><img src="arthur.jpg">Arthur: The Quest for Excalibur</a></h2>
<h2><a href="journey.html"><img src="journey.jpg">Journey: The Quest Begins</a></h2>
<h2><a href="shogun.html"><img src="shogun.jpg">James Clavell's Shōgun</a></h2>
<h2><a href="zorkzero.html"><img src="zorkzero.jpg">Zork Zero: The Revenge of Megaboz</a></h2>
<h2><a href="lurkinghorror.html"><img src="lurkinghorror.jpg">The Lurking Horror</a></h2>
<h2><a href="sherlock.html"><img src="sherlock.jpg">Sherlock: The Riddle of the Crown Jewels</a></h2>
<h2><a href="shogun.html"><img src="shogun.jpg">James Clavell's Shōgun</a></h2>
<h2><a href="zorkzero.html"><img src="zorkzero.jpg">Zork Zero: The Revenge of Megaboz</a></h2>
</div>
<p>Infocom Frotz builds <a href="https://gitlab.com/DavidGriffith/frotz">Frotz</a> with <a href="https://emscripten.org/">Emscripten</a> so that Infocom's Z6 games can be played online.</p>
<p>Infocom Frotz builds <a href="https://gitlab.com/DavidGriffith/frotz">Frotz</a> with <a href="https://emscripten.org/">Emscripten</a> so that Infocom's multimedia games can be played online.</p>
<p>The game files were obtained from <a href="https://eblong.com/infocom/">The Obsessively Complete Infocom Catalog</a>, the media files from the <a href="https://ifarchive.org/indexes/if-archive/infocom/media/blorb/">IF Archive</a>, and the manuals from the <a href="https://infodoc.plover.net/manuals/index.html">Infocom Documentation Project</a>. They are proprietary documents whose copyright belongs to Activision.</p>
<p>Infocom's non-Z6 games should be played with <a href="https://iplayif.com/">Parchment</a> instead.</p>
<p>Infocom's non-multimedia games should be played with <a href="https://iplayif.com/">Parchment</a> instead.</p>
<p>See the <a href="https://github.com/curiousdannii/infocom-frotz">Infocom Frotz Github page</a> for the interpreter's source code. Infocom Frotz is GPL-2.0 licensed.</p>
</body>
</html>
2 changes: 1 addition & 1 deletion lurkinghorror.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h1>The Lurking Horror</h1>
</div>
</div>
</div>
<script>window.files = ["lurkinghorror-r221-s870918-sound.zblorb"]</script>
<script>window.files = ["lurkinghorror-r221-s870918.z3", "Lurking.blb"]</script>
<script type="text/javascript" src="interface.js"></script>
<script async type="text/javascript" src="sfrotz.js"></script>
</body>
Expand Down
Binary file modified lurkinghorror.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion sfrotz.js

Large diffs are not rendered by default.

Binary file modified sfrotz.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion sherlock.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h1>Sherlock</h1>
</div>
</div>
</div>
<script>window.files = ["sherlock-r26-s880127-sound.zblorb"]</script>
<script>window.files = ["sherlock-r26-s880127.z5", "Sherlock.blb"]</script>
<script type="text/javascript" src="interface.js"></script>
<script async type="text/javascript" src="sfrotz.js"></script>
</body>
Expand Down
Binary file modified sherlock.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7b11dcd

Please sign in to comment.