Your browser lacks required capabilities. Please upgrade it or switch to another to continue.
Loading…
it's [[cold]]<<set $temp = 64>><<set $numClothes = 0>>it's not that cold. <<if $temptype == 'f'>>70 degrees<<else>><<= Math.trunc((70 - 32) / 1.8)>> degrees<</if>> is chilly for you, because you're a [[coward]]you get out of bed after you've spent half an hour wallowing under your blankets when your alarm goes off. choose clothes
<<linkappend "shirt">>
yup<<set $shirt = true>><<set $temp += 9>><<set $numClothes++>>
<</linkappend>>
<<linkappend "hoodie">>
<<if $sweater>>you already have a sweater on but okay<<else>>yup<</if>><<set $hoodie = true>><<set $temp += 15>><<set $numClothes++>>
<</linkappend>>
<<linkappend "sweater">>
<<if $hoodie>>you already have a hoodie on but okay<<else>>yup<</if>><<set $sweater = true>><<set $temp += 15>><<set $numClothes++>>
<</linkappend>>
<<linkappend "jeans">>
<<if $dress && $skirt>>you're already wearing a dress AND a skirt but okay<<elseif $skirt>>you're already wearing a skirt but okay<<elseif $dress>>you're already wearing a dress but okay<<else>>yup<</if>><<set $jeans = true>><<set $temp += 7>><<set $numClothes++>>
<</linkappend>>
<<linkappend "dress">>
<<if $jeans && $skirt>>you're already wearing jeans AND a skirt but okay<<elseif $skirt>>hangaroc energy nice nice i dig it<<elseif $jeans>>you're already wearing jeans but okay<<else>>yup<</if>><<set $dress = true>><<set $temp += 7>><<set $numClothes++>>
<</linkappend>>
<<linkappend "skirt">>
<<if $jeans && $dress>>you're already wearing jeans AND a dress but okay<<elseif $dress>>hangaroc energy nice nice i dig it<<elseif $jeans>>you're already wearing jeans but okay<<else>>yup<</if>><<set $skirt = true>><<set $temp += 7>><<set $numClothes++>>
<</linkappend>>
<<linkappend "leggings">>
yup<<set $leggings = true>><<set $temp += 4>><<set $numClothes++>>
<</linkappend>>
<<linkappend "gloves">>
yup<<set $gloves = true>><<set $temp += 4>><<set $numClothes++>>
<</linkappend>>
<<linkappend "socks">>
yup<<set $socks = true>><<set $temp += 4>><<set $numClothes++>>
<</linkappend>>
[[okay i'm done]][[look at yourself in the mirror before leaving]]<img src="./images/skin.png" alt=""><<if $socks>><img src="./images/socks.png" alt="" class="clothes"><</if>><<if $leggings>><img src="./images/leggings.png" alt="" class="clothes"><</if>><<if $jeans>><img src="./images/jeans.png" alt="" class="clothes"><</if>><<if $skirt>><img src="./images/skirt.png" alt="" class="clothes"><</if>><<if $dress>><img src="./images/dress.png" alt="" class="clothes"><</if>><<if $gloves>><img src="./images/gloves.png" alt="" class="clothes"><</if>><<if $shirt>><img src="./images/shirt.png" alt="" class="clothes"><</if>><<if $sweater>><img src="./images/sweater.png" alt="" class="clothes"><</if>><<if $hoodie>><img src="./images/hoodie.png" alt="" class="clothes"><</if>>
<<nobr>>
<div class="sr-only">simplistic digital art of a light-skinned person with black hair and bangs wearing
<<if $numClothes > 0>>
<<if $socks>>white socks<<set $numClothes-->><<if $numClothes > 0>>,<</if>><</if>>
<<if $leggings && !$jeans>>pink leggings<<set $numClothes-->><<if $numClothes > 0>>,<</if>><</if>>
<<if $jeans>>blue jeans<<set $numClothes-->><<if $numClothes > 0>>,<</if>><</if>>
<<if $skirt>>a long dark purple skirt
<<set $numClothes-->><<if $numClothes > 0>>,<</if>>
<</if>>
<<if $dress>>a light blue sleeveless, long dress
<<set $numClothes-->><<if $numClothes > 0>>,<</if>>
<</if>>
<<if $gloves>>purple fingerless gloves<<set $numClothes-->><<if $numClothes > 0>>,<</if>><</if>>
<<if $shirt && (!$sweater && !$hoodie)>>a green t-shirt<<set $numClothes-->><<if $numClothes > 0>>,<</if>><</if>>
<<if $sweater && !$hoodie>>a dark pink sweater<<set $numClothes-->><<if $numClothes > 0>>,<</if>><</if>>
<<if $hoodie>>a black hoodie<</if>>
<<else>>nothing<</if>>
</div><</nobr>>internal body temperature: <<if $temptype == 'f'>>$temp degrees<<else>><<= Math.trunc(($temp - 32) / 1.8)>> degrees<</if>>
<<if $temp > 98>>[[going outside might kill you]]<<else>>[[going outside might kill you|end]]<</if>><<if visited() == 1>><h1>[[my fashion sense as dictated by the weather in socal at the end of october|real start]]</h1><<else>><div class="sr-only">hello, welcome to twine. if you're using a screenreader and get lost after clicking on a link, you may find it helpful to navigate back to the top of the screen and restart from there. additionally, images are not described in alt text but in a text description below instead. hope you enjoy the game
</div>choose your preferred unit of temperature
<<if $temptype == 'c'>>celsius selected<<else>><<link "celsius" "real start">><<set $temptype = 'c'>><</link>><</if>>
<<if $temptype == 'f'>>fahrenheit selected<<else>><<link "fahrenheit" "real start">><<set $temptype = 'f'>><</link>><</if>>
<<if $kelvins>>no<<set $kelvins = false>><<else>><<link "kelvins" "real start">><<set $kelvins = true>><</link>><</if>><<if $temptype != undefined>>
[[begin|start]]<</if>><</if>>[[wait but that's like actually who you are]][[> you're very cold all the time|end]]
you don't like it when people see your skin
[[> you don't like it when people see you|end]]you dress like [[an insecure chinese teen who wants to disappoint their parents by acheiving transsexuality but is still worried about their nainai judging what they wear]]nice fashion skillz
game made by cynthia li
created using <a href="http://twinery.org">twine</a>
thx for playing