add replay check in overview
This commit is contained in:
parent
083fc0463c
commit
98c05304c5
4 changed files with 32 additions and 3 deletions
|
|
@ -59,6 +59,7 @@ async function createGameObject(gameId, targetTiles, image, ts) {
|
|||
)
|
||||
}
|
||||
async function createGame(gameId, targetTiles, image, ts) {
|
||||
GameLog.create(gameId)
|
||||
GameLog.log(gameId, 'createGame', targetTiles, image, ts)
|
||||
|
||||
const seed = Util.hash(gameId + ' ' + ts)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue