15
02
25
15
02
25
15
02
25
15
02
25
15
25
15
02
// Thanks to Matthew Lein https://matthewlein.com/experiments/20-sided-die var randomNumber = function(low, high) { return Math.floor( Math.random() * (1 + high - low) ) + low; }; var outcome = document.getElementById('outcome'); var outcomeText = document.getElementById('text'); var messageDelay; //timer var fadeout; //timer var messages = [ 'Time to dance', 'Something is coming', 'Party Utility are back', 'Limehouse Town Hall', 'Adventure awaits', 'More lazers!', 'Bushy Squirrel', '?', '?', 'What\'s your number?', 'Keep rolling', '?', '?', 'Secrets', 'Mysteries', 'Magic', 'Monsters?', '?', '?', 'Will you be the one?' ]; var showFace = function() { var face = randomNumber( 1, 20 ); //if not already at this number if (cube.className !== 'show-' + face ) { cube.className = 'show-' + face; //delay for spin to finish messageDelay = setTimeout( function() { //show message outcomeText.innerHTML = messages[ face - 1 ]; outcome.className = 'show'; //display message then fade out fadeout = setTimeout( function() { //hide message outcome.className = ''; }, 2000); } , 1000); } else { //repeat number, try again return showFace(); } }; var cube = document.getElementById('cube'); cube.addEventListener('click', function() { // Pause the rotation animation cube.style.animationPlayState = 'paused'; // Clear timers if they are there if (typeof messageDelay === "number") { clearTimeout(messageDelay); clearTimeout(fadeout); } showFace(); // Optionally, resume rotation after some time or based on some condition setTimeout(function() { cube.style.animationPlayState = 'running'; }, 1000); // Resume after 1 second or when the die settles }, false);

Adventure

Adventure

You find yourself at a party. The music is making you move, you can't resist it. All around you, beings of every species dance. Humans, elves, dwarves even goblins. Witches, wizards, clerics, warriors and thieves are getting down.This is the Castle of Chaos. Secrets lie behind each corner. Treasures are hidden in the depths. Oh, and there is a giant, tentacled beast hunting you.Ready? It's time to roll. Adventure awaits.


Adventure

Gather your party!



Party members include

Bushy Squirrel

Sorceress. Half-elf. Chaotic good,

Light Gal

Light Gal

The herald shall announce more members of our party, soon.

It’s going to be interesting

Party Utility events at the Limehouse Town Hall don’t fit the conventional mould. Expect an eclectic mix of people and music.The Limehouse Town Hall is a rare non-corporate space that connects people from so many different walks of life, and it will show.Every Party Utility event works to a theme. We craft the experience, turn it into a "Happening", and make it something bigger than your normal night out.We invite you to dive deeper and join in. Dress yourself with the theme, bring a prop, wear a mask and let yourself go. Come with your friends and make new ones.

The Party Utility

The Party Utility is a collective, based at the Limehouse Town Hall. We create and host events that go beyond what you’ve come to expect.We’re looking for collaborators, co-creators and ambassadors to generate more energy and optimising in these interesting times. Join our facebook group if you’re interested in participating.Follow us to keep in up to date with future events. Contact us to find out about holding your own events with us.

The Limehouse Town Hall

The Limehouse Town Hall is a nexus in the network. A place for community, learning, dreaming and dancing. In these strange days, the Hall is one of the last spaces that be all these things.

Get directions with Citymapper