header

Developing a Pinball Game


Semester:

SS 2012

Type:

Pro-Practical

Lecturer:

Credits:

Links:

Campus , Results

Contact:

mingli@informatik.rwth-aachen.de
Note: This page is for a course from a previous semester.
Find a list of current courses on the Teaching page.
Course Dates:

Type

Date

Room

PreMeeting 1st Mar 2012, 14:00 - 16:00 6317
Kick-Off Meeting 12th Apr 2012, 11:00 - 16:00 6317
MS1 Meeting 3rd May 2012, 17:30 - 18:30 6317
MS2 Meeting 5th Jun 2012, 17:00 - 18:30 6317
MS3 Meeting (Pre-Release) 3rd Jul 2012, 17:30 - 18:30 6317
Final Release 10th Jul 2012 -
Presentation, Report, Video 28th Sep 2012, 14:00 - 16:00 6317

In this practical course, the students will implement a 3D Pinball game, which combines the classic Pinball game with eye catching 3D visual effects (cf. Pinbal FX2, Ignition).

The game will be a single-player game for PC platform. Participants will work in small teams. Within each team, there will be subteams concentrating on the game engine (graphics and physics) or the content creation. Although the students can focus on a smaller problem, they have to ensure that their parts fit into the whole framework of the game. Therefore, the intercommunication between the groups is of a very high priority in order to define precise interfaces and common data structures.

Basically, students will learn to organize themselves as part of a bigger project. Depending on the topic of the group, students will learn to implement a specific part of a game.

  • Graphics:

    For a high visual quality of the game, students will have to implement several shaders in a deferred rendering pipeline that is based on OpenGL. This includes effects like complex materials (e.g. relief mapping) and post processing effects (e.g. glow, deferred lighting, motion blur, reflection).

  • Physics:

    Since it is a pinball game, students will do the physics simulation, like collision and gravity. The movement of the metal ball will be restricted by the static world geometries, e.g. knocked back by a bumper or sliding along a curved track. Students should also handle the event trigger, like the animation of a rolling wheel.

  • Content Creation:

    Students will have to implement a small level editor (based on the Qt framework) that allows for the creation of the game world. Since this kind of modeling should be done on a very high abstraction level, single instances of geometry will have to be created with common tools like blender or 3dsmax. Furthermore, the group has to create the textures for the geometry, which can be done with tools like gimp or photoshop.

You could use new interaction techniques to improve the game experience, e.g. attach tilting sensors to the monitor so that the player can "rock" the Pinball machine (cf. Future Pinball). This feature is optional and it depends on your progress.


Software Engineering

The course will teach the participants how to develop a complex project using software engineering techniques.

  • Application Specification:

    In our scenario, the supervisors will provide a description for each part of the project. The students have to understand it and clarify any questions in the first stage of the project.

  • Software Design:

    The students have to create rough class diagrams that describe the data structures and the internal relationships of their application. The team has to organize itself and it has to set the responsibilities for the different components of the software. In this stage, any common interfaces and data structures with other groups have to be defined.

  • Coding:

    Each group has to implement their specific topic. Most of the work can be done independently of other groups as long as the interfaces and data structures do not change. If any changes are necessary for a single group, it has to make an appointment with the other groups to clarify the changes as fast as possible.

  • Testing:

    The students will have to test their application with artificial data as long as it is not integrated into the full framework. However, in order to ensure the quality of the product, the supervisors will also test the application from time to time and therefore the program has to run on a specific target computer that is provided by our chair.

  • Integration:

    After each milestone, the groups will have to integrate the single parts in order to present the full game in regular time intervals.

  • Report:

    During the course, the students should make some notes on problems, difficulties and solutions which they have chosen. At the end of the course, they have to hand in a very small report including the mentioned aspects.

Requirements

  • Students have to know C/C++ programming.
  • OpenGL: It would be better to know OpenGL.
  • Qt Framework: It would be better to know the Qt framework.

Downloads

Disclaimer Home Visual Computing institute RWTH Aachen University