header

Development of a Jump'n'Fly Game


Semester:

SS 2013

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

Pre-Meeting 19.03.2013 6317
Kick-off Meeting 09.04.2013 6317
Milestone 1 08.05.2013
Milestone 2 05.06.2013
Milestone 3 10.07.2013
Final Presentation 07.08.2013
Final Release 19.07.2013

In this practical course, the students will implement a Jump'n'Fly game, which combines the classic Sky Road game concept with eye catching 3D visual effects (cf. Hi Road, Sky Jump).

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 game logic) 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 group members 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 the 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). A template based on ACGL (Aachen Computer Graphics Library, a high level abstraction of OpenGL) will be provided for a quick start.

  • Game Logic:

    Although the rendering is in 3D, the game logic is implemented in 2D. Students will implement basic physics simulation, like collision and gravity. The movement of the spaceship will be restricted by the static scene, e.g. the spaceship can only switch among existing lanes, and it can be blocked by an obstacle. Students should also handle the event trigger, e.g. earn speed boost when hit bonus box.

  • Content Creation:

    Students will have to create the game world, i.e. flying scene. 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.

Every group can propose its favourite theme of the flying track, e.g. paper plane/catoon style, sci-fi space.


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