Tasks:Collision Detection: Difference between revisions

From Adonthell
Jump to navigation Jump to search
Added Collsion detection task
(No difference)

Revision as of 20:31, 1 September 2007

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