Balance: START_TIME 15, BONUS 1.2
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -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';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user