Doll in Solitude

A SHORT REPORT ON NATURE, THE OTHER AND SHADOWS IN THE FORM OF A GAME

 

 

 

201604-madsen-01

 

var doll = prompt(“Do you want to play with the doll? (YES or NO)”).toUpperCase();

 

 

 

201604-madsen-02

 

switch(doll);

case ‘YES’:

var distance = prompt(“Color, wildlife and biology. The color educes red. Recalls green. Now, it echoes hue. To be sure, the grass may stain cloth, and the woodland elicits distance. Shuttering inside demolition. In essence, this doll is worried about advanced capitalism and neoliberalism’s effect on the environment. Are you worried about this too? (YES or NO)”).toUpperCase();

 

 

 

201604-madsen-03

 

var america = prompt(“Growth is the process of an individual organism aging organically. Here it is evident in plants, trees, rocks, shadows and others. One is the loneliest. It encompasses a dissenting clique or the act of departing politely. For instance, communities don’t grow alone. Polite or unpolite, this doll thinks that America is a plutocracy in which the wealthy attempt to avoid environmental laws in order to maximize their bottom line. Do you agree? (YES or NO)”).toUpperCase();

 

 

 

201604-madsen-04

 

var find = prompt(“Can you find the doll? (YES or NO)”).toUpperCase();

 

 

 

201604-madsen-05

 

var thinking = prompt(“Can you tell what the doll is thinking? (YES or NO)”).toUpperCase();

 

 

 

201604-madsen-06

 

var alas = prompt(“A bird breathes dirt in the time it takes for a planet to make a complete revolution. To that end, growing organisms are in a delicate balance, they are like a delicate chain-link fence leading elsewhere. Thus, to go away from a place – silly death-doll – is a full revolution? (YES or NO)”).toUpperCase();

if(distance === ‘YES’ || america === ‘YES’|| I find === ‘YES’ || thinking === ‘YES’ || alas === ‘YES’) {

console.log(“How to arise from unconfined air”);

} else {

console.log(“The leaf relates to the tree. It is requisite for shade”);

}

break;

default:

console.log(“Undoubtedly, you are alive”);

}