adonutwithsprinklez / CodenameEmpty

A text based adventure roguelite
GNU General Public License v3.0
6 stars 0 forks source link

Proper Map Management System #70

Closed adonutwithsprinklez closed 8 months ago

adonutwithsprinklez commented 4 years ago

Presently there is no in game system to keep track of what areas have been generated. The game needs an controller object for the map to keep track of what areas have been generated and where they are located on the map so that the player can revisit them.

This controller object could in the future also work with the quest system to allow for more specific instructions (ex. "head west to the mountains") to make the quest system feel more organic.

adonutwithsprinklez commented 8 months ago

Added in #161