nskins / goby

Command-line role-playing game framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support multiple Maps

nskins opened this issue · comments

In order to support movement between multiple different Maps, we will need somewhere to store the state of the Map from which one leaves. Certain Events have occurred on the Tiles of the previous Map - that is why we must save the state. The Player may choose to return to that Map.

Send pull requests to the multiple-maps branch.