added sys digger

This commit is contained in:
verboomp
2026-04-20 16:09:18 +02:00
parent 510f12725e
commit 1e7b21a935
3 changed files with 122 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
// ─── Game rules ──────────────────────────────────────────────────────────────
const MAX_DOCKS = 8; // failed docks before game over
const MAX_DOCKS = 6; // failed docks before game over
const NUM_ANCHORS = 6; // anchor points around the central molecule
const ANCHOR_RADIUS = 120; // px distance from center to anchor points
const CLICK_RADIUS = 38; // px hit radius for clicking an anchor