Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/P2-AAU-SW2/Curve-Fever i…
Browse files Browse the repository at this point in the history
…nto develop
  • Loading branch information
BabaWolo committed May 23, 2023
2 parents b6e6d79 + 361bd28 commit 6eecb1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gameClasses.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const MAX_SCORE = 20;
// Class for keeping all logic related to running games.
class GameStates {
constructor() {
this.MAX_PLAYERS = 2; // Limits the number of people in the same room
this.MAX_PLAYERS = 3; // Limits the number of people in the same room
this.games = []; // Array for games
}

Expand Down

0 comments on commit 6eecb1a

Please sign in to comment.