QUASAR

Course: Design in Three Dimensional Space Project date: Winter 2016

GoalSection titled Goal

Topic for this workshop was to create an arcade-like game. We were free to choose our own direction for our game. Only constraint was the display should have a vertical orientation because the game should be played with a slightly inclined projection surface.

GameplaySection titled Gameplay

As an arcade game, gameplay was the most important part we needed to get right. We chose to take a different spin to the classic Pong gameplay. From the center of the screen, balls start to spawn and move in random directions. The player has to catch the balls with one of three paddles that matches the ball in color to gain points. Every second the player loses points until none are left and the game is over. The longer they manage to stay in the game the better is their score.

Tutorial and VariationSection titled Tutorial and Variation

Arcade games tend to be overwhelming for beginners with too many objects to focus on and true random spawns lead to boring gameplay. Because of this we implemented special spawns in addition to our default random spawns. A tutorial segment gives the player a few seconds to get comfortable but the difficulty rises quickly. The pattern starts to change and random spawns start. Now the player has to show they have understood the basic principles. To keep the game from becoming dull various patterns emerge.

EpilogueSection titled Epilogue

During my fourth semester, I added sounds as part of the course „Audio in Interaction Design“. Sounds now indicate the various states, from ‘main menu’, ‘countdown’, to the various ‘special spawns’ and ‘game over’.

AboutSection titled About

This is a student project created during winter semester 2016 together with Sebastian Schmid, Marius Schnabel, Yichuang Wang and Martin Wehl. The workshop Design in Three Dimensional Space was presented by Prof. Franklin Hernandez-Castro.