Project

A Branded Halloween Party

I’ve always loved Halloween. It’s like Christmas without presents, and compressed into one single evening. It has parties and decorations. Friends get together and everything feels a little bit different for one night. I generally always decorate the house and have a party, or at least go to one.

In 2012 I threw a party and it was the perfect excuse for some technology.

The previous now playing application project provided a good baseline to start from for creating something that we could play during the party.

The App

The idea was to create a video quiz that played during the party. Every now and again, a video question played on screens in the house and everyone answered on their smartphone. At the end of the night the winner was the one with the most correct answers.

Additionally, given it was a Halloween party I wanted to scare people. I wanted the app to allow participants to play loud screams or animal sounds throughout the house.

The smartphone app was based on Facebook’s API and designed for phones. By using Facebook, registration and gathering usernames and profile images was easy.

The Brand

For the style of the app, a little inspired by the game Limbo, and the final credit sequence of the film Lemony Snickett I chose use a silhouette animation look.

I carried the style throughout the house by decorating the walls in dead trees made from black sugar paper.

Getting Started

The house had a 55” screen in the living room and a 25” touchscreen PC in the kitchen, so these were where the videos would play. I applied the branding to the now playing application and changed it so that it could display a video and questions when requested.

I also realised that the remote control from the earlier project wouldn’t be required. People could use the touchscreen PC to change the current track.

For the quiz, I put together 30 questions. Some questions were based on videos, some were just trivia questions. Each question was multiple choice.

Feel free to use the questions, answers and video links

I gave my Facebook account a special version of the smart phone app so I could control when the questions would appear to pace them out throughout the night. If everyone seemed entertained or distracted I could wait for a break in noise before making a question appear.

Technical Info

The app was a website which connected to a SQL database to access questions.

It exposed a WCF service which allowed the WPF application to periodically check for a new question. When one was available, it downloaded the question and displayed it on the screens. The web app then allowed users to answer the question on their phones and stored the scores in the database.

In addition to the WCF service, the web app exposed a bidirectional socket connection. This allowed users to select a scream which sent a command from the website to the WPF application. When the WPF received a command, it would play the scream at full volume in the house.

The House

I decorated the house using the brand style as a guide. I cut-out emotions relating to fear in the style’s font and stuck them around the house. With a fog machine added, the black cut-out trees had a similar effect to the silhouette animation style.

This project is related to