-
Student Postmortem: Technical University of Dresden's BOUND
[09.30.08]
- Sina Jafarzadeh
The making of BOUND, a cooperative, arcade, touchscreen game, was a semester-long project by Sina Jafarzadeh and Benjamin Gnauk at the Technical University of Dresden in Germany. The task was to develop software for a specific two touchscreen system, which was built by other students in a previous semester.
An important part of the task was to analyze the given system and identify its strengths -- and equally important, its weaknesses. Additionally, the use cases and potential users had to be considered. Given those requirements, it is not unreasonable to draw comparisons between this project and game development for consoles.
The system itself can be described as a desk with two touchscreens facing each other. Both screens are single-touch, which is of course a restriction, and both are connected to the same PC. The screen is cloned for both touchscreens so that both users see the same screen all the time.
Since the system is relatively new and no specific use case or use place is defined by the chair, the most sensible ones have been considered. One idea we had was to place the system in the faculty's cafeteria. The system is actually most often used in special one-day, tradeshow-like events for the faculty.
What both use cases have in common is that the potential users do not have much time to interact with the system, and most of the time there are more potential users than two, waiting to be able to interact with the system. Because the users have likely never seen or touched this particular system before, it is quite important to develop software that promotes brief and not too complicated interactions, which can also attract other potential users.
If the software is a game, it is important to design a game with a simple but fun gameplay with a short play time. Furthermore, the gameplay and the visuals need to be interesting not only for the players, but for the spectators as well, whetting their appetites to play, too. The most obvious genre of game that fits all this criteria is arcade games.
One other important design idea was to create a cooperative game and enhance the communication between both players using their physical proximity. The advantage of a cooperative game is that even a weak player can play with a good player and have fun, instead of feeling frustrated. Nevertheless a weak player can frustrate the good player in a cooperative game, if the stronger player cannot help the weak one out of tricky situations.

All these points were considered for BOUND. Two figures are flying through a tunnel-like level. Both figures are bound together by a line, but they have a margin where a movement of one player does not have influence on the other player. If one player is too near to the other player, he pushes the other away, and if one player is too far from the other, he pulls him in his direction.
-
Next:
Continued
Pages:
1
2
3
4