GAM670/DPS905

From CDOT Wiki
Revision as of 22:01, 4 January 2011 by Chris Szalwinski (talk | contribs) (GAM670/DPS905 -- Game Programming Techniques/3D)
Jump to: navigation, search


GAM670/DPS905 | Weekly Schedule | Student List | Project Requirements | Teams and their Projects | Student Resources



Please help make this page resourceful for all GAM670/DPS905 students to use!

GAM670/DPS905 -- Game Programming Techniques/3D Game Programming Techniques

  • This course continues the study of game programming techniques begun in the

introductory course. Topics covered include modeling, texturing and lighting techniques, force feedback, and shader programming

  • The course is supported by the open instructional software framework of the introductory course.
  • Students refactor select components of the framework to augment the base code for all members of the class.

Subject Description and Course Outcomes

External Links

The Project

The course project is a three-stage, team assignment to build a game using the framework from the introductory course. Each team consists of up to 3 members. Membership is subject to instructor approval and is open to modification until the end of the week of the drop date for the course. The first stage of the assignment proposes the features that your team will add to the framework and identifies which member will work on which feature. Each member is responsible for a distinct feature. Each team meets with the instructor to review the proposal and obtain approval. The second stage is a release of the framework that includes the feature. The third and final stage presents your own team's completed game to the class, which includes your features along with several features incorporated by other teams. Details are on the Project Requirements page.

Evaluation

  • Assignment 50%
    • Individual Work - 50% to 75% inclusive
    • Group Work - 25% to 50% inclusive
    • Total (Individual + Group) - 100%
  • Test 20%
  • Exam 30%

Final Submission Requirements

When ready to submit your project:

  1. Finalize your modifications in trunk.
  2. Create a directory in trunk called: "SubmissionLogs"
  3. For each member of the team create a text file named as "YourSenecaEmailId.txt" in SubmissionLogs directory. In this text file, in a point form format, specify in detail, all the tasks you have done for the project.
  4. Branch (copy) the whole project including the SubmissionLogs directory and its text files into tags directory under "prj1.0".
  5. If final adjustments are needed after these steps, then repeat everything from step one but branch the trunk into a new directory in tags as prj1.1, prj1.2, etc.
    (when marking, the last revision is considered as your submission)

Resources

Examples and In-Class Notes

Archives