DPS901 Team LoL
GAM666/DPS901 | Weekly Schedule | Student List | Project Requirements | Teams and their Projects | Student Resources
Team LoL
Contents
Member List
Repo Link
svn://zenit.senecac.on.ca/dps901_113rep2/dpsgam/trunk/tags
Initial Proposal
We will be making a racing game that is a top -down/3/4 view where you can see the entire track.
There will not be many controls just accelerate, break and turning.
It will be a simple amount of collision detection within the game.
You will be able to hit walls and go slower on the grass, while speeding up and turning better on the pavement.
There will only be one race track that will have terrain.
Map of the World of the Game
The map will consist of some roadways and obstacles, it will begin at origin 0,0 and extend from there as 0 being the floor
Instructor's Comments
- need your grade breakdown
- add repo link
- add member list with email all
- add segment plane logic to collision detection in Frame.cpp - store half-length as radius
- keep terrain flat
- add second player instead of AI
- keep walls axis aligned for simple detection
- buid walls from many triangles to facilitate lighting with spots
Any other thing you find necessary
Final Game Specs
Our game has come into fruition. It has been changed into a battle-arena type of game. There are two players, who each drive a car around. The movement of the car for player one are the arrow keys on the keyboard. The movement of the car for player two are the i, j, k, and l keys on the keyboard.