proc main { "morning, sunlight, birdsong, aroma, coffee, kitchen"; "You wake up to the sound of birds singing outside your window. The sunlight filters through the curtains, casting a warm glow on your room."; branch { "Get up and make coffee" { "You head to the kitchen and start brewing a fresh pot of coffee. The aroma fills the air, and you can't help but smile as you anticipate that first sip."; branch { "Enjoy the coffee in peace" { "You take your coffee to the cozy corner by the window. As you sip it, you watch the world go by outside, feeling a sense of calm wash over you."; } "Invite your roommate to join" { "You hear your roommate stirring in their room. You decide to invite them over to share the morning coffee."; branch { "Roommate joins you" { "Your roommate joins you at the table. You both chat about your plans for the day and share a few laughs as you enjoy your coffee together."; } "Roommate declines" { "Your roommate declines your invitation, mentioning they have some work to catch up on. You enjoy your coffee solo, lost in your thoughts."; } } } } } "Stay in bed a little longer" { "You decide to indulge yourself and stay in bed a little longer. The warmth of the blankets cocoon you, and you drift in and out of pleasant dreams."; "Eventually, you decide it's time to start the day."; } } "Time seems to pass peacefully as you enjoy the simple pleasures of the morning."; jump main; }