(Please pay attention that this work was accomplished alone. I wish I could’ve had a pair but I didn’t)
INSPIRATION
Though it is a hand wrestling game, the initiative idea actually came from the Speed Game which was introduced in the previous classes. The appearances look so different but the two games share a lot of characters. First, they both include a scoring system. Second, in both scoring systems, the faster player to finish the required task scores. What I improved is optimizing the game rules, adding sound reminders for scoring and a dreamy program for the winner’s celebration. Another interactive work that triggered my idea was Arche-Scriptures – Our digital traces in the future-past (click to visit). It’s a device that can scan the QR codes printed on the ceramic relics and play the audio messages they contain. It’s pretty cool and it also applies an Arduino microcontroller to the function. However, what made me alert was that such a cool device is not that interactive. It can only scan certain objects instead of interacting with the users efficiently, and it’s not so portable, which adds much trouble to usage.
The significance of my work is that it requires a full participation of the users, and the interaction not only happens between a user and the device, but also between the two users, where the mutual engagement offsets the limitations of machines and adds more fun to the game. The intended users include all the people who want to have fun, train the biceps or find a way to release pressure. Anyone interested is invited to have a try and it is definitely an unforgettable experience.
CONCEPTION AND DESIGN
In order to make the game more interactive, as well as interesting, I designed the game rule below. Both players and the device achieve a full engagement in the process. The device records the score automatically, and players get a blink and a beep as a reminder for scoring. The beep sounds different, where green team gets a bass one while red team gets a lighter one so that they know the scoring situations and can put all attention and efforts on the game. The celebration is definitely a surprise since there’s no sign before rainbows appear on Neopixel boards.
GAME RULES
- A best-of-seven game, three games in total, two players representing team red and green respectively.
- Wear hand rings and stand in intended position (right in front of “Elbow”)
- Game will start after two blinks of the LEDs and a heavy sound of the buzzer, before which any attempt of scoring won’t be taken into account.
- Try to attack the enemy’s area and defend yours. It doesn’t matter whose ring touches the scoring area.
- A celebration of about 20 sec after each game, next game will start with the same reminders.
- Final winner unlocks all celebrations, including cool Neopixel special effects and Star Wars music.
As is known to all, a hand wrestling game demands lots of physical strength and may cause damage to the underlying objects if they’re too fragile, so I specially designed the supports for the positions where elbows are intended to place, and where fists are intended to strike on. They’re very thick cardboards glued together and a little bit wider than the scoring area.
As for the materials, I didn’t use much more than cardboards. They, though common and cheap, are simple, solid, plastic, retro, and durable, which is an ideal material when one doesn’t have many advanced tools. Other materials include a microcontroller, a breadboard, a red led, a green led, two 220R resistors, a buzzer, several cables, eight pieces of art paper, and two Neopixel 8*8 boards.
I chose the materials based upon these principles:
- Accessibility. ——All materials are accessed either in my toolkit or equipment room in 826 so that it’s easy to fix the broken parts and find alternatives in time.
- Durability. ——It’s very important to all interactive works, but especially to a physical game like this, which requires solid devices with simple external form and reliable structure.
- Sustainability. ——I also tried my best to reuse waste materials and reduce my own waste, so lots of cardboards in my device are recycled from the trash pile, as well as some cables. I also restricted the use of glue gun and soldering iron because they’re energy-consuming. For those unimportant parts, I preferred twin adhesives.
I chose the form/element based upon these principles:
- Durability. —— It’s very important to all interactive works, but especially to a physical game like this, which requires solid devices with simple external form and reliable structure.
- Playability. —— An interactive work is born to bring happiness, so my work is more than a hand wrestling game with an automatic scoring system. Instead, it has entertainment elements including multiple interesting prompt tones and celebration mechanism.
- Portability. —— Obviously, a game is meaningless without more players to engage in, but they won’t automatically come to 826 for this work, so I designed it as a portable device with solid structure and simple geometric appearance, so that it doesn’t get damaged during transportation, Also, since it’s mainly made of cardboards, it’s light and you can carry it on your shoulder like an old video recorder, back to the 80s?
I actually had come up with the ideas of exposing some of the cables and other components. Have you heard of “CYBERPUNK“? It has become a genre of art! But the idea was later abandoned. Rationally, this will make the geometric appearance of my work very complex, and the structure will become loose and fragile, which violates the principles of “Durability” and “Portability“. I abandoned the idea of adding a piston mechanism for the same reason.
FABRICATION AND PRODUCTION
I’ve mentioned that I didn’t have a pair, so I finished all the steps below either alone or with the help of a fellow or instructor.
Steps:
1. Preparing for the materials.
Successful.
2. Making the base.
The problem was that the components seemed to have feet. They liked moving around before I glued them, which led to assembly errors and I had to redo the process. I designed the board as an octagon, instead of a rectangle, because this looks more sci-fi and complex and takes less space when the length and the width are the same. In one word, it’s more 2022.
3. Solidifying the base with cardboard support.
Successful.
4. Add the device layer. Include the folding parts.
I encountered some failures here, since dealing with the cardboards like this is really demanding, and I cut off them by mistake several times.
5. Solder, place and glue the scoring area .
The art paper didn’t cover the whole area and there were cracks between pieces of paper. I spent more time filling the cracks. Another problem was that I tried drilling a hole beneath the cardboard for the cables to go through and be soldered to the art paper, but the operating surface was really small and I didn’t find a good position to operate. In fact it could’ve been much easier if I first get the cables through and soldered and then fix the art paper. Anyhow, I made it.
6. Design and connection of the electric parts.
This is actually the second most time-consuming part of all. I referred to the connection of Neopixel online and got some help from a fellow.
7. Place the electric parts & add the head cover.
Successful.
8. Writing the codes.
This took more than 2/3 of my time. The initial idea of my work was driven by “Speed Game”, and a small part of its codes, mainly the scoring part, contributed to my work. In the beginning I only intended to type 100 lines of codes, but finally it came to about 400! I also referred to a program for Neopixel online, but adjusted some parameters. For example, I changed the color appearing in the beginning from a mixture of red, green and blue to red or green for different winners respectively, set the program a time limit of about 20 sec,and dismissed a part I considered “boring”.
Below are the codes of my work:
1. Midterm test and polish.uno (main tab)
2. Pitches.h (side tab)
IMPROVEMENTS
During the user test, I received lots of advice and complaints of my work. I sorted out the most significant part of them with the state of accomplishment:
- Use the cables for hand rings of the same colors of the team. Basically Successful. (I changed the cable for the green team from red to blue ¯__‾??)
- Add a reset button, or make the reset button on the microcontroller more accessible. Successful. (Reset button is much closer to the surface)
- Add a proper area to place the elbows. Successful. (the initial work was pretty small and didn’t offer such an area)
- Simplify the central part and add a protection for it. Successful. (We got a movable head cover)
- Solidify the device and fill the blanks of important areas (elbow & scoring areas). Successful. (They were well filled)
- Upgrade the hand rings and add more art paper. Failed. (Tight schedule)
- Upgrade the digital expression of scoring. Successful. (We got Neopixel!)
- Add a device layer and wrap and fix the cables inside. Successful.
- Add more music. Failed. (Tight schedule)
- A place to place the hand rings. Successful. (Neopixel area is lower than the surroundings and is a good storage tank for hand rings)
- Try sensors. Failed. (Tight schedule, unacquaintance)
- Expand the scoring areas. Successful. (I expanded them nearly twice)
- Cut some cables short so that they don’t disturb the players. Successful. (You can see in video 3 below that I cut them very short and they almost lay on the ground)
Personally speaking, all the improvements I made are IMPROVEMENTS and they all contribute to a better user experience.
Below are some images that display the process of assembly. Please check in the order of numbers. I’m sorry I met some problems sorting them.
Fig.13. Soldering a cable and art paper together
Below are some videos that display the process of my own test.
1. The function of latches and folding cardboards: to create an openable device layer and bring convenience when checking the system.
2. Experimental stage. The color of Neopixel changes according to the team of the winner.
3&4. Openable head cover and device layer. As you can see, long cables are fixed by tapes so that they don’t get messed up and block the layer. Meanwhile, I strengthened the LEDs with tapes and wrapped the buzzer inside, so that they were more stable and unbreakable.
5&6. A brief and informal display of the game rules. In this video the green team wins the game and gets rewarded with 3 times of color wipe in green, each time the brightness of which adds a little. Then is the cheerful rainbow chasing animation.
CONCLUSIONS:
As is mentioned above, my goal is to design a game that can bring fun, relaxation and physical exercise to anyone who wants to have a try and “take them by surprise”.
From my perspective, my project aligns with the definition of interaction in these ways:
- Offering necessary tips and reminders to the players through electronic devices.
- Reading the players’ scoring situation automatically
- Preparing an amazing form of celebration for the winners.
- Playable, restartable and fair with proper game rules.
My project doesn’t align with my definition of interaction enough in these ways:
- Terrible experience of wearing hand rings (They’re fixed on the wrists by nails which are primitive and hard to operate).
- Primitive way to restart the game (through the reset button of the microcontroller).
- Lack an advanced scoring system (Mine can record scores, but not analyze the time the players take to score, or strength of the punch when scoring).
Possible solutions:
- Replace the nails with velcro fastener and replace the cardboard rings with cloth or faux leather which are more durable and comfortable.
- Design a reset button on the breadboard and let it stretch out from the cardboard layer and be fixed on the surface.
- Add pressure sensors to detect the strength of the punches and include codes that can record the time of one game.
Finally I solved most of the issues appearing during the user test and my own test. They are shown in the “IMPROVEMENT” part above. Some of my ideas are of great importance during the design and assembly of my work. For example, recycling the waste and using common materials saved my time and referring to previous classes and recitations inspired my creativity and brought me practical solutions. The test was successful.
I’d like to emphasize again that my project is centered around a fun and surprising user experience and based upon the principle of the Olympic spirits: peace, mutual respect, and understanding. Since two players will be engaged in it, this adds much unknown to the game and even if there are only two final results, you won’t get the same experience for each game. Therefore, it has a long-lasting vitality and always attracts new players to come. So you should care about my work and give it a try.
What I learnt from my accomplishments is that operating an interactive project is much more than doing handcrafts or DIY. It’s more demanding both in imagination, creativity and time management, and could be very difficult without the help of a pair. However, all the efforts, all the staying up at night and searching for solutions alone, get paid when the project was completed. I came to realize that not only my projects need an improvement of interactivity, but myself. A good communication with others can bring treasurable ideas and support to the projects, and you won’t feel so at a lost when confronting technical problems.
Technical Sources List
1. A basic everyday NeoPixel strip test program. It can control all the animations shown in the videos above.
Link: Adafruit_NeoPixel/strandtest.ino at master (click to visit)
2. A reference design of my folding cardboards.
Link: 独特的可折叠的书本凳子(A unique, foldable, book-like stool)
3. A small part of the codes of Speed Game. They function as an automatic score recorder and calculator. I modified them instead of copying them.