From 848fdc7016cd0cee77387b3b12cab4cf521d01dd Mon Sep 17 00:00:00 2001
From: verboomp
Date: Tue, 21 Apr 2026 10:38:04 +0200
Subject: [PATCH] sy_digger
---
index.html | 5 ++-
sys_digger/CLAUDE.md | 59 +++++++++++++++++++++++++++++++++++
sys_digger/game.js | 58 +++++++++++++++++++++++++++++++++-
sys_digger/index.html | 72 +++++++++++++++++++++++++++++++++++++++++++
4 files changed, 192 insertions(+), 2 deletions(-)
create mode 100644 sys_digger/CLAUDE.md
diff --git a/index.html b/index.html
index 326812b..c08b6cf 100644
--- a/index.html
+++ b/index.html
@@ -12,7 +12,10 @@
Cyst Kid
- Kidney Lab
+ Kidney Lab
+
+
+ Sys Digger
diff --git a/sys_digger/CLAUDE.md b/sys_digger/CLAUDE.md
new file mode 100644
index 0000000..0aaca65
--- /dev/null
+++ b/sys_digger/CLAUDE.md
@@ -0,0 +1,59 @@
+# CLAUDE.md
+
+This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
+
+## Running the game
+
+Open `index.html` directly in a browser — no build step, no server required.
+
+```bash
+open index.html
+```
+
+There are no tests, no linter, and no package manager.
+
+## Architecture
+
+Pure vanilla JS/HTML/CSS game. No frameworks, no modules — all files are loaded as classic `