Two roads diverge in a yellow brook. Which one do you follow? [[Go Left]] [[Go Right]]<% s.coin = setup.flipCoin() %> <% if(s.coin == 0){ %> You [[wander aimlessly->Go Left]]. <% } else { %> You see [[another path->Go Right]]. Do you take it or [[continue onwards?->Go Left]] <% } %><% s.coin = setup.flipCoin() %> <% if(s.coin == 0){ %> You see a large [[stone->Stone]] in the middle of the forest. <% } else { %> You [[wander aimlessly->Go Right]]. <% } %>The stone is covered in soft green moss. It's big, but you might be able to [[lift]] it.<% s.coin = setup.flipCoin() %> <% if(s.coin == 0){ %> You lift the stone successfully and find a million dollars. You win! <% } else { %> You attempt to lift the stone, but you're too weak and it crushes you. Ouch. [[Try Again?->Forking Paths]] <% } %>