Tasks:Collision Detection

From Adonthell
Revision as of 20:31, 1 September 2007 by Ksterker (talk | contribs) (Added Collsion detection task)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Back to Task List

Overview

Collision detection is required for walking around on the map, climbing stairs or slopes, falling and jumping.

Dependencies

Requirements

  • Characters collide with obstacles on the map and each other.
  • Characters can walk up stairs.
  • Characters will be affected by gravity.

References