Interactive 1: Thieves Between Time – Final Project Essay

Kee Yong
Christine

Thieves Between Time is a multiplayer party game where the players hide treasure (represented by poker cards) and compete to find each other’s treasure. The game is officiated by an Arduino microcontroller with a light and a speaker, which acts as the gamemaster. In other words, Thieves Between Time is a self-contained game in a box.

Concepts

Thieves Between Time fulfils the theme of interstices through the experience of playing the game. The sequence of play is rigidly divided into “day” sections, where the light is on, and “night” sections, when the light is off. Players can only move during the “night,” or in other words, only during the interstices between periods of light.

Our game was inspired by other social games such as Werewolf and hide-and-seek. Through the medium of a game, we wanted to make the theme clearer and more accessible to a general audience. Most of all, we wanted to make a project that others would find fun and interesting.

Previous OSS posts can be found here:

Characteristics of Interfaces

  • The user has a limited role, because they are only capable of taking a limited set of actions within the context of the game. However these actions can and will affect the outcome and winner.
  • The game is a parallel experience with the real world. When the players act the part of thieves in the game, their actions and mindset become those of a thief. Hence they can be said to become thieves in the real world.
  • The game has a fairly rigid structure, however the players’ selections (stolen treasures) are remembered, which increases their involvement in the outcome.

Technical Description

Our project is, technically speaking, straightforward. It consists of a bunch of components all connected to a single Arduino. The program running on the Arduino manipulates the components to give feedback and instructions to the players, while reading input from the players through button presses to decide when to progress to the next stage of the game.

Components in our box:

  • The Arduino
  • A push button on the outside of the box, used for player input
  • A 12W speaker amplified with a transistor and 9V battery, used to play sound
  • An SD card used to store audio files
  • A 9W light bulb in its own high-voltage circuit, controlled by a relay, with a 3-pin plug to connect it to a power socket

We realized after assembling the box that we forgot to include a power source for the Arduino itself. This means the box has to be plugged into a computer with the accompanying USB cable to work. In future we would design the box to be self-contained in every aspect, including its own battery.

The Arduino code itself follows a simple flowchart that iterates through stages of the game and provides the appropriate feedback through light and sound. It advances through stages based on either the button press or an internal timer. It’s not that exciting, just tedious. We also had to cut down on some of our features because the Arduino doesn’t have enough memory to both play audio and execute complex code.

Division of Labor

Kee Yong was the project leader who provided the overall vision and did the scheduling, programming, and circuit building.

Christine brainstormed, helped with physical components, and did all the soldering. She also documented the process and took all the pictures and videos here.

Reflections

Kee Yong: This project was a long road of pain and suffering. Neither of us had much experience in electrical engineering, which meant we had to do a lot of self-study to learn how to create the effect we wanted. Among the unforeseen hurdles we encountered were connecting a 240V lightbulb to our 5V circuit, and reading multiple audio files from an SD card. My takeaway from this project is all the things I learned about electrical engineering — most importantly never to do any project involving electrical engineering.

Christine: While I am writing this personal reflection, our team is still tackling some technical problem: the wires used to connect the relay were burnt and we can’t play the music because of the limited memory of Arduino. What a mess!
As a starter of interactive installations, I know nothing as John Snow. It is my first time to learn Arudino, coding, and interactive. It’s lucky to have a good teacher and a helpful team leader. The project progress of our team is like an ascending spiral. We had suffered from confusion, tiredness, self-doubt. We keep asking ourselves: Why? How? What next? But every time we make a little progress, it feels like the effort we devoted is worthy.
As an exchange student, this class is more challenging than I expected. From generating the idea, to make the idea comes true, there is a huge gap. To complete our project, we change the idea itself. It is a battle between dream and reality.
However, I like our project. It is a cute party game installation. Who can insist the charm of hide and seek when we are kids. Making a installation that can make people feel happy is all I wish.

Published by

Chin Kee Yong

hello i play video games and also sometimes make video games

Leave a Reply