Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates to game manual #1

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@
</div>

<p>
Harmless, right?
Harmless, don't you think?
Every polygon would be happy with a mixed neighborhood.
Surely their small bias can't affect the larger shape society that much?
Surely their small bias couldn't affect the larger shape society that much!
Well...
</p>
<div class="instruction">
drag &amp; drop unhappy polygons until nobody is unhappy:<br>
drag &amp; drop the unhappy polygons until nobody is unhappy:<br>
<span style="font-size:18px">(just move them to random empty spots. don't think too much about it.)</span>
</div>

Expand All @@ -97,17 +97,17 @@
</div>

<!-- CHAPTER -->
<div class="chapter">
<div class="chapter">
<p>
And... our shape society becomes super segregated. Daaaaang.
And... our shape of society becomes super segregated. Daaaaang.
</p>
<p>
Sometimes a neighborhood just becomes square,
Sometimes a neighborhood just becomes too square,
and it's not their fault if no triangles wanna stick around.
And a triangular neighborhood would welcome a square, but
Though a triangular neighborhood would welcome a square, but
they can't help it if squares ain't interested.
</p>

<iframe id="mini_neighborhood" playable src="play/mini/mini_neighborhood.html" width="730" height="240" scrolling="no" style="margin:0 auto;display:block" embedded></iframe>

<p>
Expand All @@ -130,13 +130,13 @@
What's up with that? These are good shapes, nice shapes.
And yet, though every individual only has a slight bias, the entire shape society cracks and splits.
</p>

<iframe id="mini_checkerboard" playable src="play/mini/mini_checkerboard.html" width="730" height="240" scrolling="no" style="margin:0 auto;display:block" embedded></iframe>

<p>
<strong>Small individual bias can lead to large collective bias.</strong>
</p>
<p>
<p>
Equality is an unstable equilibrium.
The smallest of bias can push a whole society past the tipping point.
Well, what if we taught these shapes to have zero bias?
Expand All @@ -159,7 +159,7 @@
What if the threshold was at 50%?
Seems reasonable for a shape to prefer not being in the minority...
</p>

<br>
<iframe id="mini_bias_1" playable src="play/mini/mini_bias_1.html" width="310" height="440" scrolling="no" style="float:left; margin:0; margin-left:50px" embedded></iframe>
<iframe id="mini_bias_2" playable src="play/mini/mini_bias_2.html" width="310" height="440" scrolling="no" style="float:right; margin:0; margin-right:50px" embedded></iframe>
Expand All @@ -186,13 +186,13 @@
<!-- CHAPTER -->
<div class="chapter">
<p>
See what <i>doesn't</i> happen?
See what <i>doesn't</i> happen?
No change. No mixing back together.
In a world where bias ever existed, being unbiased isn't enough!
We're gonna need active measures.
What if shapes wanted to seek out just a lil' more variety?
</p>

<iframe id="mini_nonconform" playable src="play/mini/mini_nonconform.html" width="400" height="440" scrolling="no" style="margin:0 auto;display:block" embedded></iframe>

<p>
Expand Down Expand Up @@ -237,7 +237,7 @@
</p>

<iframe playable src="play/mini/mini_cooperate.html" width="810" height="290" scrolling="no" style="margin:0 auto;display:block" embedded></iframe>

<p>
At first, going out on your own can be isolating...
but by working together, step by step, we'll get there.
Expand Down Expand Up @@ -324,7 +324,7 @@

<br><br>

Our "playable post" was inspired by Bret Victor's
Our "playable post" was inspired by Bret Victor's
<a target="_blank" href="http://worrydream.com/ExplorableExplanations/">
Explorable Explanations</a> and Ian Bogost's
<a target="_blank" href="http://bogost.com/books/persuasive_games/">
Expand All @@ -340,7 +340,7 @@
<b style="font-size:25px;">Donate to Diversity!</b>
<br>
<a target="_blank" href="http://www.blackgirlscode.com/">Black Girls Code</a>
- gives coding lessons to girls of color
- gives coding lessons to girls of color
<br>
<a target="_blank" href="http://girlswhocode.com/">Girls Who Code</a>
- teaches high school girls to code
Expand Down Expand Up @@ -429,4 +429,4 @@
<script src="js/Mouse.js"></script>
<script src="js/intro.js"></script>

</html>
</html>
15 changes: 0 additions & 15 deletions play/manual/manual.html

This file was deleted.

4 changes: 2 additions & 2 deletions play/mini/mini_bored.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<br>
<div style="text-align:center; margin:10px 0; color:#777; font-size:15px">
<span style="color:#dd3939">meh:</span>
all neighbors are like me. (also meh if i've got no neighbors)
All neighbors are like me. (Also, meh if I've got no neighbors.)
</div>

<script>
Expand All @@ -25,4 +25,4 @@
<script src="mini.js"></script>
<script src="mini_blah.js"></script>
</body>
</html>
</html>