Private
Public Access
1
0

refactor client prediction logic and add tolerance levels; implement restartGame function to reset game state without a full reload
All checks were successful
Dynamic Branch Deploy / build-and-deploy (push) Successful in 8m27s

This commit is contained in:
Sebastian Unterschütz
2026-01-28 12:01:15 +01:00
parent bbe8007b20
commit af08c13255
3 changed files with 50 additions and 15 deletions

View File

@@ -277,7 +277,7 @@
Lade Leaderboard...
</div>
<button class="big-btn" onclick="location.reload()" style="background: #ff4444; margin-top: 20px;">NOCHMAL SPIELEN</button>
<button class="big-btn" onclick="restartGame()" style="background: #ff4444; margin-top: 20px;">ERNEUT VERSUCHEN</button>
</div>
</div>