Merge branch 'Rendu' of github.com:OlaketalAmigo/Transcendence into Rendu

This commit is contained in:
Thomas Fauve-Piot
2026-04-02 12:59:19 +02:00
@@ -616,7 +616,7 @@ function setupSocketIO(io)
// Points: 10 per letter found, -5 for wrong guess
if (success) {
points = lettersFound * 10;
points = lettersFound * 5;
gameState.scores[username] += points;
} else {
points = -5;