mirror of
https://github.com/randyjc/Rahoot.git
synced 2026-03-13 20:15:35 +01:00
New config file and update README
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { GAME_STATE_INIT } from "../quizz.config.js"
|
||||
import { startRound } from "../utils/round.js"
|
||||
import generateRoomId from "../utils/generateRoomId.js"
|
||||
import { GAME_STATE_INIT } from "../../config.mjs"
|
||||
import { abortCooldown, cooldown, sleep } from "../utils/cooldown.js"
|
||||
import deepClone from "../utils/deepClone.js"
|
||||
import generateRoomId from "../utils/generateRoomId.js"
|
||||
import { startRound } from "../utils/round.js"
|
||||
|
||||
const Manager = {
|
||||
createRoom: (game, io, socket, password) => {
|
||||
|
||||
Reference in New Issue
Block a user