lotgd / core

Core functionality for Legend of the Green Dragon, a text-based RPG game.
GNU Affero General Public License v3.0
152 stars 15 forks source link

Convert the current tree-based scene structure into a graph-based one #72

Closed austenmc closed 7 years ago

austenmc commented 8 years ago

Use the adjacency list structure: change parent to parents basically.

austenmc commented 7 years ago

Done in PR #77