Difference between revisions of "GAM670/DPS905"
(Created page with '{{GAM670/DPS905 Index | 20111}} Please help make this page resourceful for all GAM670/DPS905 students to use! = GAM670/DPS905 -- Game Programming Techniques/3D = *This course i…') |
(→Project Work) |
||
(16 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{GAM670/DPS905 Index | | + | {{GAM670/DPS905 Index | 20121}} |
Please help make this page resourceful for all GAM670/DPS905 students to use! | Please help make this page resourceful for all GAM670/DPS905 students to use! | ||
− | = GAM670/DPS905 -- Game Programming Techniques/3D = | + | = GAM670/DPS905 -- Game Programming Techniques/3D Game Programming Techniques = |
− | *This course | + | *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 an open instructional software framework | + | *The course is supported by an open instructional software framework. Students refactor select aspects of the framework to augment the base code for all members of the class. |
− | |||
− | |||
=== Subject Description and Course Outcomes === | === Subject Description and Course Outcomes === | ||
Line 16: | Line 14: | ||
* [https://cs.senecac.on.ca/~gam670/pages/content/index.html Course Web Site – Lecture Notes] | * [https://cs.senecac.on.ca/~gam670/pages/content/index.html Course Web Site – Lecture Notes] | ||
* [https://cs.senecac.on.ca/~gam670/pages/timeline.html Course Web Site – Timeline] | * [https://cs.senecac.on.ca/~gam670/pages/timeline.html Course Web Site – Timeline] | ||
− | * [https://cs.senecac.on.ca/~gam670/Code%20Samples Framework – Class Samples] | + | * [https://open.senecac.on.ca/cms/course/view.php?id=305 Course Grades and Discussion Forums - Moodle] |
+ | <!--* [https://cs.senecac.on.ca/~gam670/Code%20Samples Framework – Class Samples]--> | ||
* [http://msdn.microsoft.com/en-us/library MSDN] | * [http://msdn.microsoft.com/en-us/library MSDN] | ||
− | == | + | == Project Work == |
− | + | Project work for this course in in two parts. Each student contributes some upgrade to the framework and presents the upgrade to the rest of the class. Students working in teams incorporate their own upgrades into their own game and incorporate another team's upgrade into their own game. Each student presents the results of their research project to the class and each team presents their final game to the class. | |
+ | Details are on the Project Requirements page. | ||
== Evaluation == | == Evaluation == | ||
− | * Assignment | + | * Feature - Individual Assignment 30% |
− | * | + | * Game - Group Assignment 20% |
− | |||
− | |||
* Test 20% | * Test 20% | ||
* Exam 30% | * Exam 30% | ||
+ | |||
== Final Submission Requirements == | == Final Submission Requirements == | ||
− | When ready to submit your project: | + | <!--When ready to submit your project: |
# Finalize your modifications in trunk. | # Finalize your modifications in trunk. | ||
# Create a directory in trunk called: '''"SubmissionLogs"''' | # Create a directory in trunk called: '''"SubmissionLogs"''' | ||
Line 37: | Line 36: | ||
# Branch (copy) the whole project including the SubmissionLogs directory and its text files into tags directory under '''"prj1.0"'''. | # Branch (copy) the whole project including the SubmissionLogs directory and its text files into tags directory under '''"prj1.0"'''. | ||
# 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. | # 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) | + | #:(when marking, the last revision is considered as your submission)--> |
== Resources == | == Resources == | ||
Line 47: | Line 46: | ||
* [http://tortoisesvn.net/downloads Download Page of TortoiseSVN] | * [http://tortoisesvn.net/downloads Download Page of TortoiseSVN] | ||
* [http://tortoisesvn.net/docs/release/TortoiseSVN_en/index.html TortoiseSVN Documentation] | * [http://tortoisesvn.net/docs/release/TortoiseSVN_en/index.html TortoiseSVN Documentation] | ||
− | * [http://svnbook.red-bean.com/ SVN book at red-bean.com] or download[https://cs.senecac.on.ca/~fardad.soleimanloo/oop344/notes/svn-book.pdf the PDF from here]. | + | * [http://svnbook.red-bean.com/ SVN book at red-bean.com] or download[https://cs.senecac.on.ca/~fardad.soleimanloo/oop344/notes/svn-book.pdf the PDF from here][http://www.casinoenligne555.org/ casino]. |
<!-- | <!-- | ||
* [http://zenit.senecac.on.ca/wiki/index.php/OOP344_Student_Resources#The_Basics_of_IRC IRC Basics] | * [http://zenit.senecac.on.ca/wiki/index.php/OOP344_Student_Resources#The_Basics_of_IRC IRC Basics] | ||
Line 57: | Line 56: | ||
== Archives == | == Archives == | ||
+ | [[GAM670/DPS905_Weekly_Schedule_20111 | GAM670/DPS905 20111]] |
Latest revision as of 07:48, 11 January 2012
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!
Contents
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 an open instructional software framework. Students refactor select aspects of the framework to augment the base code for all members of the class.
Subject Description and Course Outcomes
External Links
- Course Web Site – Lecture Notes
- Course Web Site – Timeline
- Course Grades and Discussion Forums - Moodle
- MSDN
Project Work
Project work for this course in in two parts. Each student contributes some upgrade to the framework and presents the upgrade to the rest of the class. Students working in teams incorporate their own upgrades into their own game and incorporate another team's upgrade into their own game. Each student presents the results of their research project to the class and each team presents their final game to the class. Details are on the Project Requirements page.
Evaluation
- Feature - Individual Assignment 30%
- Game - Group Assignment 20%
- Test 20%
- Exam 30%
Final Submission Requirements
Resources
- How To edit Wiki pages
- How To edit Wiki Cheatsheet
- Subversion (SVN)
- Download Page of TortoiseSVN
- TortoiseSVN Documentation
- SVN book at red-bean.com or downloadthe PDF from herecasino.
- IRC Tutorial
- AnkhSVN - Free Visual Studio SVN Integration Alternative To VisualSVN