Game Programming 5

Course Code

GAME 203

Academic Year

2016-2017

Complex three-dimensional games place the greatest demand on even the fastest CPUs. These programs require very efficient code that can be optimized for both speed and memory use. C/C++ is still the most common language used for this purpose. This course is designed to give the student an understanding of C/C++ syntax, as well as the skills for manipulating pointers, structures and classes to generate high speed code. The course also introduces OpenGL to generate a 3D world.