Files
ClickerZ/Frontend/public/sitemap.xml
Tetardtek a52746ed0c feat(sprint1-step3b): backend save system + anti-cheat + données rattrapées
- 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)
2026-03-20 13:40:16 +01:00

24 lines
735 B
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<url>
<loc>https://clickerz.tetardtek.com/</loc>
<lastmod>2026-03-20T12:00:00+00:00</lastmod>
<priority>1.00</priority>
</url>
<url>
<loc>https://clickerz.tetardtek.com/boutique</loc>
<lastmod>2026-03-20T12:00:00+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://clickerz.tetardtek.com/achievements</loc>
<lastmod>2026-03-20T12:00:00+00:00</lastmod>
<priority>0.80</priority>
</url>
</urlset>