Skip to content

Commit

Permalink
Merge pull request #12 from dfabulich/sherlock-and-lurking-horror
Browse files Browse the repository at this point in the history
Add support for Sherlock and The Lurking Horror
  • Loading branch information
curiousdannii authored Aug 14, 2024
2 parents f992035 + be67ff6 commit 2beb67a
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 0 deletions.
Binary file added data/Lurking.blb
Binary file not shown.
Binary file added data/Sherlock.blb
Binary file not shown.
Binary file added data/lurking.pdf
Binary file not shown.
Binary file added data/lurkinghorror-r221-s870918.z3
Binary file not shown.
Binary file added data/sherlock-r26-s880127.z5
Binary file not shown.
Binary file added data/sherlock.pdf
Binary file not shown.
16 changes: 16 additions & 0 deletions src/makehtml.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,22 @@ const storyfiles = [
storyfile: 'zork0-r393-s890714.z6',
title: 'Zork Zero: The Revenge of Megaboz',
},
{
blorb: 'Sherlock.blb',
id: 'sherlock',
manual: 'sherlock.pdf',
short_title: 'Sherlock',
storyfile: 'sherlock-r26-s880127.z5',
title: 'Sherlock: The Riddle of the Crown Jewels',
},
{
blorb: 'Lurking.blb',
id: 'lurkinghorror',
manual: 'lurking.pdf',
short_title: 'The Lurking Horror',
storyfile: 'lurkinghorror-r221-s870918.z3',
title: 'The Lurking Horror',
},
]

const template = `<!DOCTYPE html>
Expand Down
2 changes: 2 additions & 0 deletions src/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ <h2><a href="arthur.html"><img src="arthur.jpg">Arthur: The Quest for Excalibur<
<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>
</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>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>
Expand Down
Binary file added src/static/lurkinghorror.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/static/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 2beb67a

Please sign in to comment.