Difference between revisions of "DPS901 Team LoL"
(→Moderator's - Instructors Comments) |
|||
Line 1: | Line 1: | ||
+ | {{GAM666/DPS901 Index | 20113}} | ||
Team LoL | Team LoL | ||
Line 18: | Line 19: | ||
== Moderator's - Instructors Comments == | == Moderator's - Instructors Comments == | ||
+ | * add repo link | ||
* add segment plane logic to collision detection in Frame.cpp - store half-length as radius | * add segment plane logic to collision detection in Frame.cpp - store half-length as radius | ||
* keep terrain flat | * keep terrain flat |
Revision as of 08:43, 14 October 2011
GAM666/DPS901 | Weekly Schedule | Student List | Project Requirements | Teams and their Projects | Student Resources
Team LoL
Racing LOOOOllls
Contents
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
Moderator's - Instructors Comments
- add repo link
- 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