Interactive Media & Game Development
Worcester Polytechnic Institute

IMGD


Course Title: Technical Game Development I
Course Number: IMGD-3000
Term C 2011

Meeting Info: Lecture: Mondays & Thursdays 1:00-2:50pm, Fuller Labs (FL), Room 320
Lab: Wednesdays 2:00-2:50pm, FL-222

Instructor: Prof. Robert W. Lindeman
E-Mail: gogo at wpi.edu
Telephone: x6712

TA: Paulo de Barros (pgb at wpi.edu)
SA: Elliot Borenstein (eborenst at wpi.edu)

Textbooks: GEDI: Game Engine Design and Implementation, Alan Thorn, 2010, Jones & Bartlett Publishers, ISBN: 0-7637-8451-6

OOGD: Object-Oriented Game Development, Julian Gold, 2004, Addison Wesley, ISBN: 0-321-17660-X (out of print)

GUIDE: The Beginner's Guide to the C4 Engine, James Brady, A. A. Cruz, James H., and David Vasquez, 2008

Read each chapter during the week it is assigned. The books discuss much more than I can cover in class, and I will cover things not in the books. You must come to class prepared!

Presupposed background:

In this course, students will be expected to digest, modify, and extend a very large C++ code base in a very short amount of time. Also, many of the constructs used are advanced in nature. It is therefore recommended that students wait until their Junior year to take this course. It is assumed that students have taken the following courses prior to taking this course:

Course Objectives:

This course is the first in a two-course sequence that will expose you to the nuts-and-bolts of game development, and allow you to become proficient in implementing the major parts of game engines.

The course is designed to give you an appreciation for the complexity involved in creating video games from the ground up. While playing video games has become very popular, actually building them requires developers to bring together various complex (and interesting!) technical pieces. As the bar keeps rising on game sophistication, it is more important than ever to apply sound software engineering and design principles, so that the level of software re-use and maintainabilty is increased.

It seems most game developers first got into the field because they found building games was at least as much fun as playing them. Hopefully you will feel this way too.

There are several objectives for this course:

There are many other things that must come together to make a successful game. Thankfully, you have four years, and a whole array of courses, within which to accumulate skills and experience in many of these.

Therefore, there are some things we won't be stressing in this course. The main ones include artistic skills, and traditional computer graphics skills. For the former, we have a sister course to this one called IMGD 3500: Artistic Game Development I, and for the latter there is a CS course called CS 4731: Computer Graphics.

Grading:

20% In-Class Work
40% Regular Projects
40% Final Project

Attendance:

Attendance is required. If you have an unavoidable need to be absent from the lecture, you do not need special permission, but you are responsible for the work covered even if you are not in class.

Projects:

The projects for this course consist of several programming assignments, designed to supplement the material covered in the lecture with practical experience. The projects for this course are very demanding, and will require a lot of time. On the flip side, most people enjoy the projects in these types of courses, so it should be okay.

Late Policy:

Projects are due at the specified date and time.
Late projects will be penalized 10% for each 24-hour period after the due date/time. Whether a project is 3 hours or 20 hours late, it will be graded down by 10%. You will be given adequate time to complete each project, if you start when it is assigned. Projects will be turned in electronically, and the date/time received will be used to determine any late penalty. PLEASE do not miss class in order to finish up a project.

In-Class Work:

There will be a series of in-class exercises that will be graded. Some of these will be short quizzes on the readings, so please do the reading!

Office Hours:

You do not need an appointment to come to office hours; just show up and take your turn. Office hours (the lecturer's and the TA's/SA's) are an important way for you to get help or to discuss anything you have on your mind. We are there to help you; that is an important part of our jobs. Please make good use of these hours. You are cheating yourself if you do not. The table at the bottom shows the times of the office hours.

Discussion Boards:

There is a place on the WPI Game Development Club's forums for this course, and you are encouranged to post your questions there, and to look for answers there. We will be using this heavily during the course for clarifications, corrections, etc. Please take advantage of this as well. Previous versions of this course have also used these forums, so questions and answers from these offerings might provide some help.

Lab Section:

The lab section, held every Wednesday in the IMGD Lab (FL-222), will mainly be used for project work, including teamwork on the final project. In some cases, you will be given directed work to do during the lab session, in order to drive home certian concepts.

General:

Questions and discussion are highly encouraged throughout the lecture hours. The best way to reach the instructor is by using e-mail.

The IMGD lab (FL-222) can be used for this course, and the game engine code for the final project will be accessible from there.

Class Conduct:

This course is intended for serious students. Participants will be expected to adhere to all rules of professional behavior.

Individual projects are expected to be done individually. As such, students are encouraged to discuss their work with each other, but are also expected to do the work by themselves.

Any breach of professional ethics as evidenced, for example, by copying exams or projects, downloading code from the Internet, cooperating in more than discussions and study groups, misusing computer resources, or using outside help of any kind, will be considered adequate reason for an NR in the course.

Group projects are designed so that every member gains a significant amount of new material. In the workplace, each team member is expected to contribute. Participants in group projects in this course should keep this in mind, and act accordingly. In evaluating each group, all team members will be asked to distribute a fixed set of "points" to the rest of their team, based on how much each member contributed.

It is to be emphasized that knowledge of material and professional behavior are tied together; failure in one of them negates any excellence in the other. Students who stay in the course past the first three days agree to adhere to the strictest rules of professional behavior.

The official WPI statements on Academic Integrity can be accessed at http://www.wpi.edu/offices/policies/honesty.html. Those who have any doubt about what that means, and fail to gain that understanding after a discussion with the instructor, are encouraged to drop this class. Remember this warning - any breach of ethics will earn you an NR.

Course Schedule:

Meeting Dates Lecture Topic Book Chapters Slides Projects
1 01/13 (Thu) Intro. to Game Development
Intro to Jäger
OOGD: Ch. 1-2
Jäger Description
Intro Slides
Thu. 01/13: Project 1 ASSIGNED

01/17 (Mon) NO CLASS: MLK Day!


Tue. 01/18: Project 1 DUE
2 01/20 (Thu) The Game Development Process; Anatomy of a Game Engine: Game Core
GEDI: Ch. 1
Gold's Nuggets Slides
Thu. 01/20: Project 2 ASSIGNED
3 01/24 (Mon) Anatomy of a Game Engine: Game Core
GEDI: Sections 2.6, 2.9, 2.10, 2.11
GUIDE: Ch. 9
Engine Structure Slides

4 01/27 (Thu) Object-Oriented Design
GUIDE: Ch. 11
Engine Structure Slides
Wed. 01/26: Project 2 DUE
Thu. 01/27: Project 3 ASSIGNED
5 01/31 (Mon) Scene Management
Iterative Development Techniques
Scene Management Slides

6 02/03 (Thu) Iterative Development Techniques
Intro to Artificial Intelligence

Iterative Dev. Slides
AI (1) Slides

7 02/07 (Mon) More Artificial Intelligence


AI (2) Slides
Sun. 02/06: Project 3 DUE
Mon. 02/07: Project 4 ASSIGNED
8 02/10 (Thu) Illumination

AI A* Slides
A* Exercise
A* Solution
Illumination Slides

9 02/14 (Mon) Illumination, Texturing

Illumination Slides
Sun. 02/13: Project 4 DUE

02/17 (Thu) NO CLASS: Academic Advising Day!


Wed. 02/16: Final: Milestone 1
10 02/21 (Mon) Texturing

Texturing Slides
Mon. 02/21: Final: Milestone 2
11 02/24 (Thu) Scripting

Scripting Slides
Wed. 02/23: EXAM
Thu. 02/24: Final: Milestone 3
12 02/28 (Mon) Presenting your Work

What To Present Slides
Mon. 02/28: Final: Milestone 4
13 03/03 (Thu) FINAL PROJECT PRESENTATIONS


14 03/04 (Fri) FINAL PROJECT PRESENTATIONS

Fri. 03/04: Final Project DUE

Schedule for Office Hours:

Note: All TA office hours will be held in FL-222. Prof. Lindeman's office hours will be in his office in FL-B24a.

Time Sunday Monday Tuesday Wednesday Thursday Friday
9:00





:30
10:00




Rob's Office Hours
FL-B24a
:30
11:00





:30
12:00





:30
1:00
IMGD 3000
FL-320


IMGD 3000
FL-320

:30
2:00

IMGD 3000/3500 Lab
FL-222

:30
3:00


Elliot's Office Hours
FL-222


:30
4:00


Paulo's Office Hours
FL-222


:30
5:00 Elliot's Office Hours
FL-222
Paulo's Office Hours
FL-222
Paulo's Office Hours
FL-222


:30
6:00





:30
7:00





:30
8:00





:30

Main Web Resources