- game_saves table + migration 002 (JSON state, anti-cheat metadata) - saveControllers.js : load/save avec validation delta ressources (750k/s × 1.1) - GameSaveManager : upsert MySQL ON DUPLICATE KEY UPDATE - useSaveSync hook : auto-save 30s + keepalive beforeunload + guest fallback - save-validation.test.ts : 8 tests anti-cheat - economy.ts : arbre d'évolution 5 nœuds + prestige ADN (rattrapage step 2) - economy.test.ts : +40 tests (évolution tree, multipliers, start bonus) - GDD + SPRINT1.md : docs sprint complètes - Rethème data : shop.json, Achievements.json, Cookie, Legal (rattrapage step 1)
49 lines
1.8 KiB
HTML
Executable File
49 lines
1.8 KiB
HTML
Executable File
<!doctype html>
|
|
<html lang="fr">
|
|
<head>
|
|
<link
|
|
rel="icon"
|
|
type="image/svg+xml"
|
|
href="./svg/logo.svg"
|
|
/>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta
|
|
name="description"
|
|
content="Clickerz — Clicker idle dans le Tetard Universe. Fais éclore des têtards, évolue et domine le marais !"
|
|
/>
|
|
<meta name="robots" content="index, follow" />
|
|
<meta
|
|
name="googlebot"
|
|
content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1"
|
|
/>
|
|
<meta
|
|
name="bingbot"
|
|
content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1"
|
|
/>
|
|
<link rel="canonical" href="https://clickerz.tetardtek.com" />
|
|
<meta property="og:url" content="https://clickerz.tetardtek.com" />
|
|
<meta property="og:site_name" content="Clickerz" />
|
|
<meta property="og:locale" content="fr_FR" />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:title" content="Clickerz — Tetard Universe" />
|
|
<meta
|
|
property="og:description"
|
|
content="Clickerz — Clicker idle dans le Tetard Universe. Fais éclore des têtards, évolue et domine le marais !"
|
|
/>
|
|
<meta property="og:image:width" content="584" />
|
|
<meta property="og:image:height" content="384" />
|
|
<meta name="twitter:card" content="summary" />
|
|
<meta name="twitter:title" content="Clickerz — Tetard Universe" />
|
|
<meta
|
|
name="twitter:description"
|
|
content="Clickerz — Clicker idle dans le Tetard Universe. Fais éclore des têtards, évolue et domine le marais !"
|
|
/>
|
|
<title>Clickerz — Tetard Universe</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.jsx"></script>
|
|
</body>
|
|
</html>
|