idk
This commit is contained in:
@@ -10,7 +10,12 @@ GAME OBJECT
|
||||
// reference UID
|
||||
lobbyuid: uid,
|
||||
locale: en,
|
||||
players: [{uid, name, activetiles, score}],
|
||||
players: [{
|
||||
uid: uid,
|
||||
name: username,
|
||||
activetiles: [],
|
||||
score: int
|
||||
}],
|
||||
// index of players
|
||||
turn: int,
|
||||
tilebag: []
|
||||
@@ -51,7 +56,6 @@ function StartGame(lobby)
|
||||
tilebag: tilebag
|
||||
};
|
||||
|
||||
|
||||
return ActiveGames[lobby.uid];
|
||||
}
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
|
||||
const Logger = require('./logger.js');
|
||||
|
||||
//https://en.wikipedia.org/wiki/Scrabble_letter_distributions
|
||||
|
||||
/*
|
||||
DISTRIBUTIONS OBJECT
|
||||
|
||||
Reference in New Issue
Block a user