Updated questions

This commit is contained in:
H4CK3R-01
2021-07-12 17:01:33 +02:00
committed by H4CK3R-01
parent c4efe23c3d
commit 7ad1430ac6
4 changed files with 3478 additions and 49 deletions

View File

@@ -7,7 +7,7 @@ const app = express();
const server = require('http').createServer(app);
const {Server} = require("socket.io");
const io = new Server(server);
let cards = JSON.parse(fs.readFileSync(__dirname + '/../data/fragen_10_06_21_final_new_format.json'));
let cards = JSON.parse(fs.readFileSync(__dirname + '/../data/fragen_12_07_21_new_format.json'));
let game = {};