Balance: START_TIME 15, BONUS 1.2

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Guido
2026-08-05 13:12:34 +02:00
parent 88c3be7fc9
commit 51909deb9f

View File

@@ -5,9 +5,9 @@
const $ = (id) => document.getElementById(id); const $ = (id) => document.getElementById(id);
// ---- Konstanten (leicht justierbar) ---- // ---- Konstanten (leicht justierbar) ----
const START_TIME = 12; // Sekunden zu Beginn const START_TIME = 15; // Sekunden zu Beginn
const MAX_TIME = 30; // Deckel (Timerleiste = timeLeft / MAX_TIME) const MAX_TIME = 30; // Deckel (Timerleiste = timeLeft / MAX_TIME)
const BONUS = 1; // Zeit pro Treffer const BONUS = 1.2; // Zeit pro Treffer
const PENALTY = 2.0; // Zeitabzug pro Fehlklick const PENALTY = 2.0; // Zeitabzug pro Fehlklick
const NAME_KEY = 'fuesse_name'; const NAME_KEY = 'fuesse_name';