You are in a dark cave. You can see nothing but the light coming in from the entrance.
>[[Leave cave->Cave Entrance]]
>[[Explore cave->Pit]]You are at the entrance of a cave. A beach goes to the north.
>[[Go north->South Beach]]
>[[Enter cave->Cave]]You are at a boat dock. You see a man in a boat about 100 yards away.
>[[Shout at the man->Rescued]]
>[[Go west->Jungle]]You are in a clearing in the jungle. A trail goes east and west. There is a tall tree here with branches almost like a ladder.
>[[Go west->South Beach]]
>[[Go east->Dock]]
>[[Climb tree->Tree]]You are at the north end of the beach, which is blocked by steep cliffs.
>[[Climb cliffs->Cliffs]]
>[[Go south->South Beach]]score: score - 3
--
You fell into a very deep pit. You have died.
Game over. Score is {score}.score: score + 3
--
The man is your friend searching for you. He rescues you from the island!
Game over. Score is {score}.You are on a beautiful beach that continues to the north and south. There is a trail going east into the jungle.
>[[Go north->North Beach]]
>[[Go south->Cave Entrance]]
>[[Go east->Jungle]]score (apple_present): score + 1
_show_apple: false
_show_apple (apple_present): true
apple_present: false
--
[if _show_apple]
You found an apple! You eat it, and it is delicious!
[else]
There is nothing up here.
[continue]
[[Climb down->Jungle]]
config.style.dark.page.color: "beige on green-5"
config.style.dark.page.link.color: "beige"
config.style.page.color: "green-5 on beige"
config.style.page.link.color: "green-5"
score: 0
apple_present: true
--
# **Island** Adventure
[[Let's Go!->South Beach]] score: score - 1
--
After climbing 8 feet you fall, injuring yourself.
[after 1s; append]
[[Get up->North Beach]]