You are on Planet 80980230985659.
You suspect that you are the first person to find this world, and that you may never see another person again. There is something barren about it, and as you take in the fading light of the yellow sun, you feel a delight wash over you.
As you observe the planet from the confines of your ship, you see turquoise plains in all directions, and can scarcely believe what you see. As the yellow sun journeys across the brown skies, that barren feeling strikes you again.
Explore the PlanetLeave the Planet<<set $planetnum = random(1,99999999999999)>><<set $suncols = ["blue", "white", "brown", "dark", "yellow", "orange"]>><<set $colours = ["blue", "green", "yellow", "red", "purple", "orange", "magenta", "white", "grey", "pink", "turquoise", "periwinkle", "silver", "gold", "crimson", "brown", "black"]>><<set $landscape = ["plains", "mountains", "rivers", "lakes", "deserts", "canyons", "jungles", "forests", "caves"]>><<set $awes = ["amazing", "quiet", "barren", "tranquil", "beautiful", "wonderous", "calming", "unnerving" ,"frightening", "magical", "desolate", "peaceful", "perilous", "familiar", "hopeless", "melancholy"]>><<set $suns = ["cold", "harsh", "bright", "warm", "scalding", "fading", "brilliant", "shimmering", "dying"]>><<set $reactions = ["warmth", "delight", "easiness", "dread"]>>
<<set $suncol = either($suncols)>><<set $skycol = either($colours)>><<set $landcol = either($colours)>><<set $landtype = either($landscape)>><<set $awetype = either($awes)>><<set $suntype = either($suns)>><<set $reactype = either($reactions)>>
You are on Planet <<print $planetnum>>.
You suspect that you are the first person to find this world, and that you may never see another person again. There is something <<print $awetype>> about it, and as you take in the <<print $suntype>> light of the <<print $suncol>> sun, you feel a <<print $reactype>> wash over you.
As you observe the planet from the confines of your ship, you see <<print $landcol>> <<print $landtype>> in all directions, and can scarcely believe what you see. As the <<print $suncol>> sun journeys across the <<print $skycol>> skies, that <<print $awetype>> feeling strikes you again.
[[Explore the Planet]]
[[Leave the Planet->Space]]<<set $altaw = either($awes)>>
<<set $altre = either($reactions)>>
As you journey further from your ship, you find new sights beneath the <<print $skycol>> skies, and find more <<print $landtype>> that look unfamiliar in the changing light..
You find one part of the planet that seems even more <<print $altaw>> than the rest, but even in that moment and as a sense of <<print $altre>> comes to you, you know you cannot stay forever.
[[Explore some more->Explore the Planet]]
[[Leave the Planet->Space]]You leave planet <<print $planetnum>>.
You'll always remember that feeling of <<print $awetype>> that it gave you, and how it felt to sit in the <<print $suntype>> glow of its <<print $suncol>> sun.
Space seems to go on forever.
You begin to wonder if you will ever find a new place, or see another soul.
Eventually you find one - a planet intriguing enough that you want to set the ship down.
[[Land on the Planet->Planet]]