zedudequiz
Version:
A quiz game with 72 questions some are obvious some aren't. But it's all very not not fun
77 lines • 5.08 kB
JavaScript
const readline = require('readline');
const rl = readline.createInterface({
input: process.stdin,
output: process.stdout
});
rl.question('œ∑´®†¥¨ˆøπåß∂ƒ©˙∆˚¬≈ç√∫˜µŒ∑´®†Á¨ˆØ∏ÅÍÎÏ©ÓÔ˚Ò≈Ç√ı˜Â this is ....: ', (ans) => {
if (ans == 'Cryptic') {
rl.question('Type Yes friend: ', (ans) => {
if (ans == 'Yes friend') {
rl.question('∑œ∂µ∂œ ∫š πø† πø† ...: ', (ans) => {
if (ans == 'Cool') {
rl.question('Google is the real life version of ...: ', (ans) => {
if (ans == 'Skynet') {
rl.question('There is no ....:', (ans) => {
if (ans == 'Spoon') {
rl.question('(1 + 3 + 6 + 1 + 6 + 2 + 10) / 29 * 21:', (ans) => {
if (ans == '21') {
rl.question('... theory:', (ans) => {
if (ans == 'Film') {
rl.question('Water bottles are for ...:', (ans) => {
if (ans == 'Water') {
rl.question('Personal Computer = ...:', (ans) => {
if (ans == 'PC') {
rl.question('123456789 / 123456789:', (ans) => {
if (ans == '1') {
rl.question('5000 mAh Power ...:', (ans) => {
if (ans == 'Battery') {
rl.question('Hemolymth is ...:', (ans) => {
if (ans == 'Spide blood') {
console.log('Yay you made it... for NOW!! MUAHHAHAHAHAHAH')
rl.close();
} else {
rl.close();
}
})
} else {
rl.close();
}
})
} else {
rl.close();
}
})
} else {
rl.close();
}
})
} else {
rl.close();
}
})
} else {
rl.close();
}
})
} else {
rl.close();
}
})
} else {
rl.close();
}
})
} else {
rl.close();
}
})
} else {
rl.close();
}
})
} else {
rl.close();
}
})
}
})