//sets up a storyline with explanation
Explain = prompt('explanation? (y/n)')
if (Explain === 'y'||Explain === 'Y'){
dash()
console.log('Hello.')
await sleep(1)
space(2)
console.log("Welcome to Hazel's lovely and amazing Cat game")
space(2)
await sleep(2)
console.log('You are a tired student, just got home from a long day')
console.log('You sit upon your couch scrolling when BOOM')
await sleep(5)
console.log('(be cautious this is a BIG suprise)')
await sleep(1.5)
console.log('Cat is in your house')
await sleep(1.5)
console.log('You have a MASSIVE presentation tomorrow, people say cats are cute, and cuteness makes your day')
await sleep(3)
space(1)
console.log('...')
await sleep(1)
console.log('a good day')
await sleep(1)
console.log('is a better sleep')
await sleep(1)
console.log('is an amazing presentation')
await sleep(1)
console.log('is an OUTSTANDING grade')
await sleep(1)
console.log('for an brilliant future')
space(1)
await sleep(1)
console.log('Could you carefully toe the line of a good and bad day, while juggling your exhaustion?')
space(1)
await sleep(3)
options2('yes','no')
if (YouAction === 'yes') console.log('Great!')
else console.log('You thought that was a choice? aw sweetie')
dash()
console.log('you have 40 stamina and 50 joy, you need 100 joy to win, careful do not to pass out (0 stamina)')
dash()
}

My first homework was too long to fit all in here so i have put the description of how to play instead.

back