<<audio "insects" volume .5 loop play>>
<style>body {
background-image: url('strandimg/ship.webp');
background-size: 100% 100%;
}</style>
<div class="transbox">You were the first class chosen by Elon Musk to be the crew of his Dragon space capsule and you inadvertantly went off course.You and all of your classmates become stranded without the ability to communicate with the outside world and with little hope of being rescued in the foreseeable future.
Rest assured that you have all of the basic necessities of food, water, and shelter, but you have to work together to survive. You have decided to convene a Castaway Convention to create a government to ensure [[Cooperation]].</div>
<style>body {
background-image: url('strandimg/moon.webp');
background-size: 100% 100%;
}</style>
<div class="transbox">Everyone is currently calm because their immediate needs are being taken care of, but there are members of the group that are concerned about sustainability, while others are beginning to focus on getting rescued. If something isn't done soon the group will surely fracture.
The group must come up with a plan that will make sure everyone will cooperate.
It is clear that you must formulate a plan so that everyone will work together towards a common goal. Begin drafting your plan here. Press the button when you have completed the task.
<<include "Timer">>
<<textarea "$coop" "" [[Participation]]>>
<div class="button1"><<button "Complete" "Participation">><<set $coopc to 1>><<set $seconds to 180>><</button>></div></div><<audio "chill" play>>
<style>body {
background-image: url('strandimg/fun.webp');
background-size: 100% 100%;
}</style>
<div class="transbox">Even though everyone is happy with the way things are working out, some citizens are starting to get irritated that every moment of their lives are regulated.
"We're always working. We need some free time to explore and just chill."
Citizens start arguing about who has more free time. Some seem to have an unfair advantage when it comes to resources. They've started arguing over prime real estate and there was even a fight over the ownership of a particularly cool looking rock.
The colony is going to have to come up with a plan to make sure that everyone has their basic human rights and a chance to do something other than endless drudgery.
<<textarea "$free" "" [[Future]]>>
<<include "Timer">>
<div class="button1"><<button "Complete" "Future">><<set $freec to 1>><<set $seconds to 180>><</button>></div></div><<audio "say" play>>
<style>body {
background-image: url('strandimg/work.webp');
background-size: 100% 100%;
}</style><div class="transbox">"I can't even hear what they are saying up there. If we're gonna make all of these rules we should at least get a say."
The group is starting to worry because it seems like there are just a few people that are making all of the decisions and people in the back can't hear what is going on.
There are reports that people don't feel like they are part of the decision making process. You keep making these rules, but what about everyone else.
How will you ensure that everyone is heard.
<<textarea "$voice" "" [[Distribution]]>>
<<include "Timer">>
<div class="button1"><<button "Complete" "Distribution">><<set $voicec to 1>><<set $seconds to 180>><</button>></div></div><<audio "oneforyou" volume .5 play>>
<style>body {
background-image: url('strandimg/supply.webp');
background-size: 100% 100%;
}</style><div class="transbox">It has been a few weeks and everything is running smoothly, but the group has noticed that some people are hoarding resources and other people are just scraping by. You may want to come up with a plan for equitable distribution. If you plan on keeping everything the same, then you need to explain to your fellow citizens why this decision was made.
<<textarea "$dist" "" [[Freedom]]>>
<<include "Timer">>
<div class="button1"><<button "Complete" "Freedom">><<set $distc to 1>><<set $seconds to 180>><</button>></div></div><style>body {
background-image: url('strandimg/celebration.webp');
background-size: 100% 100%;
}</style>
<div class="transbox">Now that you have all of these plans in place how do you ensure that it continues running smoothly. You need to make sure that the people can pursue happiness in a harmonious way and that this system will continue for generations if need be.
As the last act of the Castaway Convention, come up with a plan to maintain the status quo.
<<textarea "$future" "" [[Constitution]]>>
<<include "Timer">>
<div class="button1"><<button "Complete" "Constitution">><<set $seconds to 180>><</button>></div></div><style>body {
background-image: url('strandimg/shelter.webp');
background-size: 100% 100%;
}</style>
<<audio "complain" play>>
<div class="transbox">"I don't want to do any of this work," a voice yells from the back of the crowd. "We have plenty. Why do I have to work with y'all?"
This one voice of descent threatens to dismantle all of the good will and cooperation that the group has built so far. In fact, several other people start to gravitate towards the complainer to show their disdain for participating in the burgeoning society.
You better come up with a plan to encourage participation fast, or your entire endavour may end in disaster.
"Hold on there, buddy. How about this plan?"
<<textarea "$part" "" [[Voice]]>>
<<include "Timer">>
<div class="button1"><<button "Complete" "Voice">><<set $partc to 1>><<set $seconds to 180>><</button>></div></div><<cacheaudio "complain" "strandimg/complain.mp3">>
<<cacheaudio "crash" "strandimg/crash.mp3">>
<<cacheaudio "oneforyou" "strandimg/oneforyou.mp3">>
<<cacheaudio "say" "strandimg/say.mp3">>
<<cacheaudio "insects" "strandimg/insects.mp3">>
<<cacheaudio "chill" "strandimg/chill.mp3">>
<<set $seconds to 180>>
<<set $coopc to 0>>
<<set $partc to 0>>
<<set $voicec to 0>>
<<set $distc to 0>>
<<set $freec to 0>>
<<set $futurec to 0>><span id="countdown">You have $seconds secondsto complete the task, or your colony will fail.</span>
<<silently>>
<<repeat 1s>>
<<set $seconds to $seconds - 1>>
<<if $seconds gt 0>>
<<replace "#countdown">>You have $seconds seconds to complete the task, or your colony will fail.<</replace>>
<<else>>
<<replace "#countdown">><</replace>>
<<goto "Times Up">>
<<stop>>
<</if>>
<</repeat>>
<</silently>><style>body {
background-image: url('strandimg/ruin.webp');
background-size: 100% 100%;
}</style><div class="transbox"><<if $coopc is 1 and $partc is 1 and $voicec is 1 and $distc is 1 and freec is 1>>You were so close, but you failed to secure the future.<<elseif $coopc is 1 and $partc is 1 and $voicec is 1 and $distc is 1>>Everything was working well, but people felt like they were not free.<<elseif $coopc is 1 and $partc is 1 and $voicec is 1 >>Finally, everyone felt like they had a say, but some people still felt like they weren't getting their fair share.<<elseif $coopc is 1 and $partc is 1 >>You had everyone working together, but it didn't last. People need to feel as if they are heard. <<elseif $coopc is 1>>Everyone agreed on the vision for the community, but they didn't all want to work.<<else>>LOSER<</if>></div>
<<link "Restart">><<run UI.restart()>><</link>><div class="transbox"><b>Congratulations! You and your fellow survivors managed to create a self sustaining civilization despite facing many hurdels. This is the record of your colonies development.</b>
<b>In the early days you decided the best course of action.</b>
$coop
<b>When some people were not happy with how the system was working you adapted and made the following amendments to your rules.</b>
$part
<b>To make sure everyone had a voice in how the colony was run, you decide to add these rules.</b>
$voice
<b>The rules were changed again when it became obvious that the system was not treating everyone equally.</b>
$dist
<b>Once your colony was sustainable and the immediate needs were met the colonists realized that they were not enjoying the same freedoms that they were used to and decided to amend the rules again.</b>
$free
<b>In the end you were happy with the community that you create and as a last act of the government you came up with a plan to ensure the prosperity of your society into the future.</b>
$future</div><div class="button1"><<button "START" "Dragon">><</button>></div>
<video autoplay muted loop id="myVideo">
<source src="strandimg/fire.mp4" type="video/mp4">
Your browser does not support HTML5 video.
</video>
<<audio "crash" play>>
<<timed 8s>><<goto "Stranded">><</timed>><img src="strandimg/dragon.jpg" class="center">
<<timed 5s>><<goto "Splash">><</timed>>