toomeyDev / SimpleRPG

A simple text-based RPG developed in Python 3.
GNU General Public License v3.0
0 stars 0 forks source link

Implement text-file based map creation/editing #4

Open toomeyDev opened 2 years ago

toomeyDev commented 2 years ago

Implement text-file map format, need to have a standardized way to edit maps for the player to traverse through gameplay, so that separate maps (IE dungeons, continents, buildings etc) can be inserted into larger maps, maps no longer need to be created through in-game functions.

toomeyDev commented 2 years ago

Progress on implementation of map loading w/ text files, allow maps of certain dimensions (X/Y) to be created based on a parsed text file. 79f0f148aa89cdab8ff92975b1bf989b46684b2b