Bernkastel wrote:
Yoko wrote:
Do you have any examples of your js work? :derp:
Half of KF :^]
Right @"Tenshi"? :^]
rate my dank as fuck game
confirm("Are you ready to play?");
var age = prompt("What's your age?");
if (age < 13) {
console.log("You are allowed to play but I take no responsibility for incurred brain damage caused by this game.");
}
else {
console.log("You are old enough to get aids.");
}
// story
console.log("You are in your imouto's room, while she is at school");
console.log("Suddenly, you come across wild panties laying on the floor, must have been yesterday's panties.");
var userAnswer = prompt("Do you you want to sniff panties, yes or no");
// sniff prompt
if (userAnswer === "yes") {
console.log("You take in your imouto's sweet scent, and become diamonds");
}
else {
console.log("You're a fucking bitch.");
}
var feedback = prompt("Please rate this game out of 10")
if (feedback > 8) {
console.log("Thank you, I will continue!");
}
else {
console.log("I'll try better next time senpai ;_;");
}