From 712179e7203469d99845e6dba56031c1a98ff326 Mon Sep 17 00:00:00 2001 From: Bryce Date: Sun, 29 Mar 2026 09:26:29 -0700 Subject: [PATCH] Add link to live site in README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 43ff648..ce541f8 100644 --- a/README.md +++ b/README.md @@ -86,3 +86,7 @@ mdbook serve --open There's no canonical reference on adventure game puzzle mechanics. Designers reinvent patterns or miss them entirely. LLMs generate generic "find key, open door" slop without understanding what made Monkey Island or King's Quest memorable. This handbook captures the mechanical DNA of great adventure game puzzles—pattern-based, not narrative-based—so designers can build on proven foundations rather than starting from scratch. + +## Live Site + +[View the handbook live on GitHub Pages](https://brycecovert.github.io/adventure-game-designer-handbook/)