Table of Contents

Ballistica

Ballistica is the line-of-sight and trajectory calculation system used in Remixed Dungeon. It implements a digital differential analyzer (DDA) algorithm to determine the path between two points, taking into account obstacles and blocking terrain.

Mechanics

Technical Implementation

Usage in Game

API

Content Verification

Source Code

Strategy

See Also