CSE 786 - Game Design and Development Project
Syllabus
Instructor: Roger Crawfis
Course Time / Place (Spring 2011): MWF 3:30 - 5:18, DL317
Office: 683 Dreese Labs
Telephone: 292-2566
e-mail: crawfis [at] cse [dot] ohio-state [dot] edu
Course URL: http://www.cse.ohio-state.edu/~crawfis/cse786/index.html
Grader: Jarrod Feeman (freemjar -at- cse.ohio-state.edu)
Course Summary
This is a project-oriented course on Game Design and Game Programming. Students
will work in teams to design, implement and test a three-dimensional game with
interactivity, animation, sound, constraints, and networking capabilities. We
assume the student is already a graphics expert and we will cover the software
engineering and control/state aspects of developing a high-end video game.
2010 Game Projects are on-line!
Objectives
This is a project oriented course aimed at advanced development. It should
be able to be used as a Capstone course in Engineering. In particular, the student
will emerge from the course with:.
- Mastery of event-based programming
- Mastery of resource management as it relates to rendering time, including
level-of-detail and culling.
- Familiarity with the various components in a game or game engine.
- Familiarity with leading open source game engine components.
- Familiarity of game physics.
- Familiarity with game animation.
- Exposure to network-based gaming issues.
- Exposure to AI for games
Prerequisites: CSE
581, CSE
630, CSE 601 and CSE
560. Fluency in C# or C++ and component-based or object-oriented software development. Recommended:
CSE
781 and/or CSE
683.
Texts (updated for SP2010)
- (recommended) There are curently 7 books on Safari with XNA in the Title (Safari)
- (recommended) There are curently 7 books on Safari with AI in the Title that are related to games. (Safari)
- (recommended) Head
First Design Patterns, Elisabeth Freeman, Eric Freeman, Bert Bates, Kathy
Sierra, O'Reilly (2004). (read
online)
- (optional) Programming
Game AI by Example, Mat Buckland (2004)
- (optional) Pro
Ogre 3D Programming by Gregory Junker, APress (2006).
- (optional) AI for Game Developers by David M. Bourg, Glenn Seeman (2004)(read
online)
- (optional / reference) Game
Programming Gems, Volumes 1-6, Charles River Media.
- The World-Wide Web
Topics (Tentative)
These are unordered. See the Schedule page for
the presentation order.
- Game Genre (FPS, RGP, MMORPG, Racing, etc.)
- Software Engineering for games (Object-oriented, Plug-in architectures)
- Modern Game Engine components and structure
- The Ogre3D game (graphics) engine
- Skeletal animation and tools
- User input and control (keyboard, mouse, joystick, gamepad, ...)
- Three-dimensional sound (OpenAL, DirectSound, DirectMusic, FMod)
- Scene Managers (Octrees, Cell-Portals, Terrain paging, BSP-Trees)
- Collision detection
- Testing for games
- Physics engines (ODE, GanstraWrapper, etc.)
- Scripting (Lua, Python, etc.)
- Networking and cheating (Client-server, Peer-to-Peer, scaling)
- Multi-threading (Synchronization, game balance)
- Performance analysis (GPU counters, VTune, etc.)
Curriculum Committee Materials
Last Modified
Wednesday, March 30, 2011