Merge branch 'Rendu' of github.com:OlaketalAmigo/Transcendence into Rendu
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user