Follow the White Rabbit

Follow the White Rabbit

followTheWhiteRabbit()

class Crash {

    name = "Crash!"
	description = "Scavenger hunt (Schnitzeljagd) for space travellers"
	duration = 3h
	price = "Certified Mixer of the Pangalactic Gargle Blaster"

	function play() {
		if (won == 1) {
			print("Congratulations! You are now a " + price)
            exit program
		} else {
			solve next task and have fun
		}
	}
}

function doShitAtTheCamp() {
	enjoy the camp and be excellent to each other!
}

function followTheWhiteRabbit() {

	while (universe) {
		if (now > day4) {
			exit program
		} else if (now < tag1) {
			do something useful
		} else {
			if (me.like("<a href="http://en.wikipedia.org/wiki/Ethanol">C2H5OH<a name="hack"></a>") && me.compareTo("<a href="http://en.wikipedia.org/wiki/Homo_Ludens">Homo Ludens</a>") > 0.5) {
				if (Crash has started) {
					Crash.play() || doShitAtTheCamp()
				} else {
					download app at "https://toto.io/"
					start Crash
					// find the crashed escape pod
					// [optional] ask at BER for help
					Crash.play() || doShitAtTheCamp()
				}
			} else {
				doShitAtTheCamp()
			}
		}
	}
}

Thank you!

Join the Chaos Communication Camp!