You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

51 lines
1.8 KiB
HTML

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="../style.css">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="content"><h1 id="peace">Peace</h1>
<p><em>Peace</em> is a mindfulness game Cara created as an in-class
exercise in creating text adventures in python. The game will break at
any time by saying: “I am now at peace”, but will also break if you
simply type “peace.”</p>
<p><em>Peace</em> works less as a game per se, and more as an exercise
in reconnecting to your senses (smell, temperature, touch) by imagining
oneself in imaginary landscapes. It takes on the text-adventure format
by asking its players to respond “yes” to continue at each step.</p>
<p><br class="page-break"></p>
<p>Here is an excerpt:</p>
<pre><code>You are wearing thin cotton. Can you feel
the warm ground through the layer?
Can you feel the warmth of the sun on your face?</code></pre>
<p><em>if yes, then…</em></p>
<pre><code>The smell of lavender and warm soil is thick in the air.
The flowers are so full.
When you just touch them,
it feels like they burst with beads of lavender oil.
Their nectar is sweet.
The air is clear.
The sky is blue.
There are no clouds.
There is only sun and peace and lavender.
Would you like to explore another daydream?</code></pre>
<p><em>if yes, then… and so on</em></p>
<p>You can find the game on our website.</p>
<div class="centered-image">
<figure>
<img src="dovecara.jpg"
alt="Duif met kroon by Claude Mellan 1608-1688, courtesy of the Rijksmuseums Free Archive." />
<figcaption aria-hidden="true">Duif met kroon by Claude Mellan
1608-1688, courtesy of the Rijksmuseums Free Archive.</figcaption>
</figure>
</div>
</div>
</body>
</html>