This is an old revision of the document!
Final Project
Group Size: 1-3 people
Deliverables: Working “tech demo” (shown live, but submitted as video), short presentation and a 3-4 page report
Judged on: Technical quality, originality/creativity, amount of effort, delivery of demo and presentation, clarity and completeness of report
Picking a project
This project has to be a Tech Demo of a game engine feature that you have designed and implemented. A tech demo does not have to e a fully working game, but it should demonstrate your technology in a game-like context.
One way to think about this is that in your first project you used a number of features that an existing game engine and its tools provided. This time around you can pick a couple of features, go under the hood, and implement them yourself. Working with the game engine should have given you a pretty good idea of what kinds of technologies are being offered.
This technology you work on can be something you build absolutely from scratch (e.g. your own resource management system or visual effects) or something that is put together from several existing components, combined in an interesting way (e.g. physics and animation).
You can propose pretty much anything, as long as the following is true about the project:
- It is challenging for you
- It is fun for you
- It is educational for you
There are a few more implementational requirements:
- Use C/C++ (this is a fundamental skill you need to develop)
- Use the Ogre 3D framework (it is flexible, well designed and at the right level of abstraction)
- You should make sure everyone on the team gets to program (divide project into units)
It is possible to negotiate the C/C++ and Ogre requirements, but you need very good arguments. For example, it is not enough to suggest using a different engine because then you can make a cooler game. This course is about the design of the engine itself, not game creation.