🚧 Added winner-screen

This commit is contained in:
Mawoka
2022-04-10 13:10:21 +02:00
parent f3b6dc420b
commit 88a8cec5b2
15 changed files with 4843 additions and 3607 deletions
@@ -6,7 +6,6 @@
export let question_index: string;
let data_store = {};
const question = game_data.questions[parseInt(question_index)].answers;
for (let i = 0; i < question.length; i++) {
console.log(question[i].answer, 'HI!!!');