The mountains lean upward,
as if they wanted to escape themselves,
climbing their own silhouette
until they merge with the sky.
The horizon curves,
taking the shape of a planet
that never existed on this earth.
The colors are seas,
and the seas, in turn, look like clouds,
as if each pixel line
were a bridge between what floats
and what rests.
class MountainToSky:
def init(self):
self.body = "stone+pixel"
self.mind = "moon_dream"
self.horizon_state = "unstable"
self.sky_layers = ["red_orbit", "violet_mist", "cyan_void"]
def tilt(self):
self.horizon_state = "curving_to_lunar_arc"
def absorb_color(self):
self.body += "_striped_with_" + random.choice(self.sky_layers)
def reflect_light(self):
# the reflection is not from the sun but from the memory of the sun
self.body = self.body.replace("stone", "mirage")
def is_sky(self):
return "mirage" in self.body
mountain = MountainToSky()
mountain.ascend()
Artwork | Price | From | To | Time |
---|