ToDo/Pathfinding

From SCI Wiki
Revision as of 23:27, 16 November 2014 by Andrew Branscom (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

SCI provides a pathfinding function which allows games to move objects around obstacles. The methods that were used in SCI to implement this functionality have been patented.

This is a report on how the semantics of the pathfinding function were determined and a non-infringing substitute was implemented in FreeSCI.