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 // Points: 10 per letter found, -5 for wrong guess
if (success) { if (success) {
points = lettersFound * 10; points = lettersFound * 5;
gameState.scores[username] += points; gameState.scores[username] += points;
} else { } else {
points = -5; points = -5;