Welcome, Real Explorer!
Are you ready to begin your adventure?
[[Start a new adventure|Choose museums]]
[[I'm already exploring|Login]]
(set: $loggedIn to false)
(set: $chosenAvatar to "")
(set: $chosenMuseums to (a:))
(set: $completedMuseums to (a:))Insert your credentials to login.
| Email/phone number: (input-box: bind $email, "", 1)
| Password: (input-box: bind $password, "", 1)
(set: $loggedIn to true)
(set: $chosenAvatar to "Flower")
[[Login|Map]]We are almost ready... let’s create your explorer account!
| Email (or phone number): (input-box: bind $email, "", 1)
| Password: (input-box: bind $password, "", 1)
(set: $loggedIn to true)
[[Choose avatar]]Map of the museums
(if: $completedMuseums's length is 4)[
You’ve completed all the museum challenges!
[[Get rewards!]]
]
(elseif: $chosenMuseum is "mineralogical")[
[[Explore the Mineralogical Museum->Start Mineralogical]]
]
(elseif: $chosenMuseum is "zoological")[
[[Enter the Zoological Museum->Start Zoological]]
]
(elseif: $chosenMuseum is "specola")[
[[Go to the Specola Tower->Start Specola]]
]
(elseif: $chosenMuseum is "physics")[
[[Visit the Physics Museum->Start Physics]]
]
(else:)[
[[Choose museums]]
]
---
[[Account settings]]
[[Tasks progress]]Choose museum:
(if: not ($completedMuseums contains "Mineralogical"))[
[[Mineralogical Museum]]
]
(if: not ($completedMuseums contains "Zoological"))[
[[Zoological Museum]]
]
(if: not ($completedMuseums contains "Physics"))[
[[Physics Museum]]
]
(if: not ($completedMuseums contains "Specola"))[
[[Specola Museum]]
]Hey explorer! This museum is right on the other side of the street, want to add it to the map?
[[Sure|Create account]]
[[Not really|Create account]]Choose avatar:
[[Flower]]
[[Ananas]]
[[Dinosaur]]
[[Owl]]You have chosen the Flower.
(set: $chosenAvatar to "Flower")
[[Map]]You have chosen the Ananas.
(set: $chosenAvatar to "Ananas")
[[Map]]You have chosen the Dinosaur.
(set: $chosenAvatar to "Dinosaur")
[[Map]]You have chosen the Owl.
(set: $chosenAvatar to "Owl")
[[Map]]Your account settings
| Email/phone: (print: $email)
| Password: (print: $password)
| Avatar: (print: $chosenAvatar)This is the list of museum games you have completed:
(if: $completedMuseums's length is 0)[
No museum completed yet
]
(else:)[
(for: each _item, ...$completedMuseums)[
- (print: _item)
]
]You have chosen the Zoological museum.
(set: $chosenMuseum to "zoological")
(if: $loggedIn)[
[[Go to the Map->Map]]
]
(else:)[
[[Create account]]
]You have chosen the Mineralogical museum.
(set: $chosenMuseum to "mineralogical")
(if: $loggedIn)[
[[Go to the Map->Map]]
]
(else:)[
[[Create account]]
]You have chosen the Physics museum.
(set: $chosenMuseum to "physics")
(if: $loggedIn)[
[[Go to the Map->Map]]
]
(else:)[
[[Create account]]
]You have chosen the Specola museum.
(set: $chosenMuseum to "specola")
(if: $loggedIn)[
[[Go to the Map->Map]]
]
(else:)[
[[Create account]]
]Welcome to the Mineralogical Museum!
[[Start Mineralogy game]]Welcome to the Zoological Museum!
[[Start Zoology game]]Welcome to the Physics Museum!
[[Start Physics game]]Welcome to the Specola Museum!
[[Start Specola game]]These crystals look stunning — but not all are real!
Spot the AI-generated ones.
[[Complete Mineralogy game]]Great job! You completed the Mineralogy Museum challenge.
(set: $chosenMuseum to "")
(if: "Mineralogical" is not in $completedMuseums)[
(set: $completedMuseums to $completedMuseums + (a: "Mineralogical"))
]
[[Back to map|Map]]Prepare to recognize these animals and their body parts.
[[Complete Zoology game]]Great job! You completed the Zoology Museum challenge.
(set: $chosenMuseum to "")
(if: "Zoological" is not in $completedMuseums)[
(set: $completedMuseums to $completedMuseums + (a: "Zoological"))
]
[[Back to map|Map]]Are these machines real or not? Can you spot the problems?
[[Complete Physics game]]Great job! You completed the Physics Museum challenge.
(set: $chosenMuseum to "")
(if: "Physics" is not in $completedMuseums)[
(set: $completedMuseums to $completedMuseums + (a: "Physics"))
]
[[Back to map|Map]]This skyline is amazing, but something is off...
Can you reconstruct it?
[[Complete Specola game]]Great job! You completed the Specola Museum challenge.
(set: $chosenMuseum to "")
(if: "Specola" is not in $completedMuseums)[
(set: $completedMuseums to $completedMuseums + (a: "Specola"))
]
[[Back to map|Map]]Congratulations, Real Explorer!
You’ve completed all the museum challenges!
[[Get your real explorer map]]
[[Get coupon for free laboratory]]
[[Back to Map|Map]]Show this QR code at the museum entrance to receive the poster!
[[Back to rewards|Get rewards!]]Show this QR code at the museum entrance to receive a free lab experience!
[[Back to rewards|Get rewards!]]